From 1f525c4c8b7ac8eb02c776608aedee3816e1c805 Mon Sep 17 00:00:00 2001 From: Dmitry Melnikov Date: Sat, 18 Dec 2010 21:11:42 +0300 Subject: [PATCH] README updated --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 1fb72b0..4284745 100644 --- a/README +++ b/README @@ -7,4 +7,6 @@ This library contains next public exported methods: * tz_shift(DateTime, Timezone) - returns shift from local datetime to GMT Where 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.