Skip to content

Commit

Permalink
Merge pull request #603 from frankier/fix-timestamp
Browse files Browse the repository at this point in the history
Add #time.timestamp to attributeOrdering, fixing problems where [#time timestamp] searches don't get updated
  • Loading branch information
ibdknox authored Nov 28, 2016
2 parents 4bab119 + 7367ad0 commit fae4bbf
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 fae4bbf

Please sign in to comment.