Skip to content

Commit 6a921d3

Browse files
author
ddvk
committedApr 23, 2020
utc time
1 parent 903c3fd commit 6a921d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cloud/porcelain.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func (c *Client) Metadata(doc Document) error {
238238
}
239239

240240
// set modified to now
241-
rdoc.ModifiedClient = time.Now().Format(time.RFC3339Nano)
241+
rdoc.ModifiedClient = time.Now().UTC().Format(time.RFC3339Nano)
242242

243243
// set Version to current version +1 if not defined
244244
if rdoc.Version == 0 {

0 commit comments

Comments
 (0)