summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/DateZone.hs
AgeCommit message (Collapse)Author
2015-04-14De-ambiguify TimeLocale when DateZone is enabledEdward Tjörnhammar
2014-02-25have disabled plugins still accept inputAdam Vogt
This change lets xmobar compiled without -fwith_inotify accept a config that mentions the Mail plugin with a warning (and display an Updating...).
2012-03-03Update the DateZone plugin to use newer time packageJonathan Grochowski
Just as the Date plugin used the old-time package which would honor all the available flags, so too did the DateZone plugin.
2011-10-27DateZone, Date*L Plugin merges; DateZone API-Change!Martin Perner
To support multiple locales, an lock was introduced. Although through this, supporting DateL and DateZoneL would be cumbersome. To simplify the usage, DateZone was replaced with DateZoneL. Additionally the position of the Alias parameter was changed. Using "" as Zone parameter for DateZoneL simulates DateL. Providing also "" for locale simulates Date.
2011-10-26Adding locale support to Date pluginsMartin Perner
This commits adds support for localized datetime outputs like date(1).
2011-07-21DateZone: Added plugin for localized dateMartin Perner