Re: os.time() vs. isdst
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: os.time() vs. isdst
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 6 Apr 2011 10:39:24 -0300
> But maybe you can clarify os.date() definition in manual? It is not
> obvious that this feature is supported. (Not sure about the wording
> though.)
...
and 'isdst' (daylight saving flag, a boolean).
+This last field may be absent if the system
+does not have this information.
-- Roberto