From 1347027e431203bb04b76e0b0d358e7a77f21bb1 Mon Sep 17 00:00:00 2001 From: Dmitry Melnikov Date: Sat, 18 Dec 2010 12:48:19 +0300 Subject: [PATCH] README updated --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index bd81f5c..3f8c3ed 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ This library contains four exported methods: * local_to_utc(DateTime, Timezone) - converts local time to UTC * local_to_local(DateTime, TimezoneFrom, TimezoneTo) - converts local time to local * tz_name(DateTime, Timezone) - returns a timezone name (E.g. MSK, MSD, etc) -* tz_shift(DateTime, Timezone) - return shift from local datetime to GMT +* 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”