bennyxqg / lua-alchemy

Automatically exported from code.google.com/p/lua-alchemy
0 stars 0 forks source link

date.isdst is always false #162

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On Mon, Jun 25, 2012 at 5:17 PM, MMiller <mark_miller70@hotmail.com> wrote:
> The subject is fairly self explanatory but I'll elaborate.
>
> local dateTable = os.date("*t")
>
> dateTable.isdst seems to always return false.  Has anyone else ever seen
> this and if so is a fix in the works?

Quick googling tells me that AS3 has some problems with DST.

These posts may be helpful:

http://stackoverflow.com/questions/7889461/utc-time-to-gmt2-in-as3
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Date.html

Original issue reported on code.google.com by aglad...@gmail.com on 25 Jun 2012 at 1:29