README updated

This commit is contained in:
Dmitry Melnikov 2010-12-18 21:11:42 +03:00
parent e47c340b97
commit 1f525c4c8b

4
README
View file

@ -7,4 +7,6 @@ This library contains next public exported methods:
* tz_shift(DateTime, Timezone) - returns shift from local datetime to GMT * tz_shift(DateTime, Timezone) - returns shift from local datetime to GMT
Where Where
DateTime = {date(), time()} DateTime = {date(), time()}
TimeZone(To, From) = String(). E.g. “Europe/Moscow”, “America/NewYork” TimeZone(To, From) = String(). E.g. “Europe/Moscow”, “America/NewYork”. Or abbreviation "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.