GetTimeProperty: Difference between revisions

Correct <tt>TM_DAY</tt> range
No edit summary
Tag: Source edit
(Correct <tt>TM_DAY</tt> range)
Tag: Source edit
 
(One intermediate revision by the same user not shown)
Line 28: Line 28:
|-
|-
|<tt>TM_DAY</tt> (3)
|<tt>TM_DAY</tt> (3)
| [0, 30]
| [1, 31]
| Days
| Days
|-
|-
Line 47: Line 47:
Localizes the given timestamp and returns an attribute of it.
Localizes the given timestamp and returns an attribute of it.


Note that due to ACS's limitations, the timestamp is suspectible to the [http://en.wikipedia.org/wiki/Year_2038_problem year 2038 problem].
Note that due to ACS's limitations, the timestamp is suspectible to the [[wikipedia:Year 2038 problem|year 2038 problem]].


== Examples ==
== Examples ==