New in package 168 since Server Installer 168.0.10961
Syntax
var timestamp = Time.timestamp;
Description
Returns Date object representing monotonic timestamp. The next value is always strictly greater than the previous one. To support this guarantee, Time.timestamp sometimes can run ahead of the system clock.
Storage
Current timestamp is stored in database_timestamp table DateTime value column.