Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dmitryme/erlang-localtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Melnikov committed Dec 18, 2010
2 parents 055e6f0 + f573f19 commit 40d432c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -8,6 +8,6 @@ This library contains next public exported methods:
* tz_shift(DateTime, TimezoneFrom, TimezoneTo) - returns shift from local datetime to required timezone
Where
DateTime = {date(), time()}
TimeZone(To, From) = String(). E.g. “Europe/Moscow”, “America/NewYork”. Or abbreviation "MSK", "MSD", etc. Note:
TimeZone(To, From) = String(). E.g. “Europe/Moscow”, “America/NewYork”. Or abbreviations "MSK", "MSD", etc. Note:
abbreviation is just used to find appropriate timezone name. If you want to convert "MSK" -> "PDT", but source timezone
is not in daylight saving, it will be corrected by library and "MSK" -> "PST" conversion will be made.

0 comments on commit 40d432c

Please sign in to comment.