james_scee
11 years agoAce
datesupport.millisecondsAsString?number returns time + 1 hour
Calling:
.now
and:
datesupport.millisecondsAsString?number
(which incidentally seems to be wrong here:
http://lithosphere.lithium.com/t5/developers-knowledge-base/datesupport-FreeMarker-context-object/ta-p/9349
datesupport. millisecondsAsString() appears to return a string, not a method
Both of these return a time one hour into the future, and I'd like to get the current time. How do I get the current timestamp?