@@ -72,7 +72,7 @@ delay: () => 150,
72
72
``` ts title="api/lastUpdated" collapsed
73
73
export class TimedEntity extends Entity {
74
74
id = ' ' ;
75
- updatedAt = Temporal .Instant .fromEpochSeconds (0 );
75
+ updatedAt = Temporal .Instant .fromEpochMilliseconds (0 );
76
76
77
77
static schema = {
78
78
updatedAt: Temporal .Instant .from ,
@@ -212,7 +212,7 @@ delay: () => 150,
212
212
``` ts title="api/lastUpdated" collapsed
213
213
export class TimedEntity extends Entity {
214
214
id = ' ' ;
215
- updatedAt = Temporal .Instant .fromEpochSeconds (0 );
215
+ updatedAt = Temporal .Instant .fromEpochMilliseconds (0 );
216
216
217
217
static schema = {
218
218
updatedAt: Temporal .Instant .from ,
@@ -307,7 +307,7 @@ delay: () => 150,
307
307
``` ts title="api/lastUpdated" collapsed
308
308
export class TimedEntity extends Entity {
309
309
id = ' ' ;
310
- updatedAt = Temporal .Instant .fromEpochSeconds (0 );
310
+ updatedAt = Temporal .Instant .fromEpochMilliseconds (0 );
311
311
312
312
static schema = {
313
313
updatedAt: Temporal .Instant .from ,
@@ -368,7 +368,7 @@ delay: () => 150,
368
368
``` ts title="api/lastUpdated" collapsed
369
369
export class TimedEntity extends Entity {
370
370
id = ' ' ;
371
- updatedAt = Temporal .Instant .fromEpochSeconds (0 );
371
+ updatedAt = Temporal .Instant .fromEpochMilliseconds (0 );
372
372
373
373
static schema = {
374
374
updatedAt: Temporal .Instant .from ,
@@ -469,7 +469,7 @@ delay: () => 150,
469
469
``` ts title="api/lastUpdated" collapsed
470
470
export class TimedEntity extends Entity {
471
471
id = ' ' ;
472
- updatedAt = Temporal .Instant .fromEpochSeconds (0 );
472
+ updatedAt = Temporal .Instant .fromEpochMilliseconds (0 );
473
473
474
474
static schema = {
475
475
updatedAt: Temporal .Instant .from ,
@@ -579,7 +579,7 @@ delay: () => 150,
579
579
``` ts title="api/lastUpdated" collapsed
580
580
export class TimedEntity extends Entity {
581
581
id = ' ' ;
582
- updatedAt = Temporal .Instant .fromEpochSeconds (0 );
582
+ updatedAt = Temporal .Instant .fromEpochMilliseconds (0 );
583
583
584
584
static schema = {
585
585
updatedAt: Temporal .Instant .from ,
0 commit comments