Skip to content

Commit f4d6c59

Browse files
committed
Try pushing to utc
1 parent 696d925 commit f4d6c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/activitybump.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func activityBumpWorkspace(ctx context.Context, log slog.Logger, db database.Sto
4141
ctx, cancel := context.WithTimeout(ctx, time.Second*15)
4242
defer cancel()
4343
if err := db.ActivityBumpWorkspace(ctx, database.ActivityBumpWorkspaceParams{
44-
NextAutostart: nextAutostart,
44+
NextAutostart: nextAutostart.UTC(),
4545
WorkspaceID: workspaceID,
4646
}); err != nil {
4747
if !xerrors.Is(err, context.Canceled) && !database.IsQueryCanceledError(err) {

0 commit comments

Comments
 (0)