Commit graph

21 commits

Author SHA1 Message Date
David Hull
40d241b138 Handle fmt_shift(0) -> 0.
tz_shift(_, "UTC") returns 0, but fmt_shift/1 previously did not handle
that.  An alternative fix would be for tz_shift(_, "UTC") to return
{'+', 0, 0}.
2015-11-21 20:30:56 +00:00
Dmitry Melnikov
fe6c8859b0 Merge pull request #20 from inaka/jfacorro.add_rebar_config
Add rebar.config and .gitignore
2015-10-01 23:43:23 +03:00
Juan Facorro
7f1c4bd4fd [#17] Added applications to .app.src 2015-06-24 15:57:15 -03:00
Mokevnin Kirill
568fd68bee add modules section to app.src
when i was trying generate release by relx, i have got message "Errors generating release. erlang_localtime: Missing parameter in .app file: applications"
2014-04-01 16:22:15 +04:00
Dmitry S. Melnikov
9caa2b2a0b GPL removed 2014-03-07 10:08:12 +04:00
David Hull
039cb88a9b Add more localtime_dst tests.
Some of these tests are currently failing.
2014-01-10 18:33:45 -08:00
David Hull
6d4985d5f2 Prefer underscores in timezone names, but accept spaces. 2014-01-10 18:33:44 -08:00
David Hull
4ad81b03fd Added Makefile rule to build tz_index.hrl. 2014-01-10 18:09:46 -08:00
Dmitry Melnikov
28d15bb07e Update localtime.erl 2013-10-18 16:08:05 +04:00
Dmitry Melnikov
2c8dd7244b Update localtime.erl 2013-10-18 15:19:36 +04:00
nisbus
c47a5653b0 Fixed the name of the application to match the new underscored name 2012-10-30 15:14:08 +00:00
Dmitry S. Melnikov
2f877e4b50 rename 2012-10-28 21:58:10 +04:00
Dmitry Melnikov
5f97d37bed comments fixed 2010-12-19 12:02:02 +03:00
Dmitry Melnikov
055e6f0804 tz_shift/3 added, underscores removed from timezones names. 2010-12-18 22:09:01 +03:00
Dmitry Melnikov
e47c340b97 lookup by abbreviation added 2010-12-18 21:07:15 +03:00
Dmitry Melnikov
1e6e9fe4ed utests fixed 2010-12-18 12:47:24 +03:00
Dmitry Melnikov
4f3e906ad3 tz_shift added 2010-12-18 12:39:14 +03:00
Dmitry Melnikov
2fe7fc1d50 unit tests fixed 2010-10-10 21:29:26 +04:00
Dmitry Melnikov
c194a273a5 version changed 2010-10-05 17:38:07 +04:00
Dmitry Melnikov
65b4241d5c rebar added 2010-10-05 17:33:11 +04:00
Dmitry Melnikov
92325b766a initial commit 2010-08-23 16:17:16 +04:00