Skip to content

Commit

Permalink
Add #time.timestamp to attributeOrdering, fixing problems where [#tim…
Browse files Browse the repository at this point in the history
…e timestamp] searches don't get updated
  • Loading branch information
frankier committed Nov 27, 2016
1 parent 33262d4 commit 7367ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/databases/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7367ad0

Please sign in to comment.