From 6e4b2e797ef1d04714b6c8277604da150e0fd69e Mon Sep 17 00:00:00 2001 From: Dmitry Melnikov Date: Tue, 5 Oct 2010 06:36:03 -0700 Subject: [PATCH] --- README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README b/README index a099036..ef10d59 100644 --- a/README +++ b/README @@ -1 +1,9 @@ -TBD +This library contains four exported methods: + +* utc_to_local(DateTime, Timezone) +* local_to_utc(DateTime, Timezone) +* local_to_local(DateTime, TimezoneFrom, TimezoneTo) +* tz_name(DateTime, Timezone) +Where +DateTime = {date(), time()} +TimeZone(To, From) = String(). E.g. “Europe/Moscow”, “America/NewYork” \ No newline at end of file