开发者

Convert Tz posix time zone string to Utc-xx && vice versa

开发者 https://www.devze.com 2023-03-21 06:06 出处:网络
anybody knows how to convert a tz posix time zone string example \"CET-1CEST,M3.5.0,M10.5.0/3\" to an开发者_运维百科 utc string like \"(UTC-12:00) International Date Line West\" in javascript

anybody knows how to convert a tz posix time zone string example "CET-1CEST,M3.5.0,M10.5.0/3" to an开发者_运维百科 utc string like "(UTC-12:00) International Date Line West" in javascript

and the other way around ?

thank you


can you use a lookup?

http://code.google.com/p/x-wrt/source/browse/trunk/package/webif/files/usr/lib/webif/timezones.csv?r=2936

DEMO HERE

0

精彩评论

暂无评论...
验证码 换一张
取 消