diff --git a/src/runtime/databases/system.ts b/src/runtime/databases/system.ts index ffb3bf032..ba87bc6d0 100644 --- a/src/runtime/databases/system.ts +++ b/src/runtime/databases/system.ts @@ -11,7 +11,7 @@ import {Evaluation, Database} from "../runtime" class TimeAgent { - static attributeOrdering = ["year", "month", "day", "hours", "hours-24", "ampm", "minutes", "time-string", "seconds", "frames"]; + static attributeOrdering = ["year", "month", "day", "hours", "hours-24", "ampm", "minutes", "time-string", "seconds", "timestamp", "frames"]; static updateIntervals = { "year": 1000 * 60 * 60, "month": 1000 * 60 * 60,