This commit is contained in:
parent
65b4241d5c
commit
6e4b2e797e
1 changed files with 9 additions and 1 deletions
10
README
10
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”
|
Loading…
Add table
Add a link
Reference in a new issue