slickest way to find out local time zone offset in pure lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: slickest way to find out local time zone offset in pure lua?
- From: nr@... (Norman Ramsey)
- Date: 2008年3月04日 13:49:05 -0500 (EST)
I'm sure this question has come up many times, but the way I'm doing
it seems clunky, and I hope someone here has a solution that looks sweet:
using pure Lua, how can I compute the time difference between local time
and UCT (sometimes known as universal time or Greenwich Mean Time)?
Norman