Skip to content

Commit fae4bbf

Browse files
authored
Merge pull request #603 from frankier/fix-timestamp
Add #time.timestamp to attributeOrdering, fixing problems where [#time timestamp] searches don't get updated
2 parents 4bab119 + 7367ad0 commit fae4bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/databases/system.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {Evaluation, Database} from "../runtime"
1111

1212
class TimeAgent {
1313

14-
static attributeOrdering = ["year", "month", "day", "hours", "hours-24", "ampm", "minutes", "time-string", "seconds", "frames"];
14+
static attributeOrdering = ["year", "month", "day", "hours", "hours-24", "ampm", "minutes", "time-string", "seconds", "timestamp", "frames"];
1515
static updateIntervals = {
1616
"year": 1000 * 60 * 60,
1717
"month": 1000 * 60 * 60,

0 commit comments

Comments
 (0)