Skip to content

Commit 207b4fa

Browse files
committed
updated format to include offset
1 parent c5ed1ca commit 207b4fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cursor.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
s=3d0aa53d2b2844979eb58f7e0b8b5843;i=205eb4;b=3575d55a90e14e57bbb680470f299cfa;m=b62e2c9f42;t=5f9ca935b2347;x=4baf62757f11bd62

transform/eleven/eleven.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func New() transform.Transformer {
2020

2121
timeFormat := os.Getenv(EnvTimeFormat)
2222
if timeFormat == "" {
23-
timeFormat = "2006-01-02T15:04:05.000Z"
23+
timeFormat = "2006-01-02T15:04:05.000Z07"
2424
}
2525

2626
return func(rec *types.Record) (*types.Record, error) {

0 commit comments

Comments
 (0)