As designed Date conversion not correct (xf:date)

Snog

Well-known member
Licensed customer
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:
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" />
 
Dates more than a week in the future (or a week in the past) only display the date, not the time.
 
Ok, that makes sense.

Let me ask this.. Is there an easy way to override that behavior?
 
Back
Top Bottom