Snog
Well-known member
- Affected version
- 2.0 DP10
xf:date doesn't return the proper date at all times.
This returns the proper date (Aug 31, 2017 at 9:00 AM) with eastern time as the timezone:
This does not return the proper date (returns Aug 31, 2017, should return Aug 31, 2017 at 8:30 PM):
This returns the proper date (Aug 31, 2017 at 9:00 AM) with eastern time as the timezone:
Code:
<xf:date time="1504184400" />
This does not return the proper date (returns Aug 31, 2017, should return Aug 31, 2017 at 8:30 PM):
Code:
<xf:date time="1504225800" />