Skip to content

Commit

Permalink
Obsidian Sync 2024-08-09 16:45:24
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Aug 9, 2024
1 parent 16bcd2c commit 9c9273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/daily-notes/2024-08-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ var b bytes.Buffer
_ = io.Writer(&b)
```

The reference time that we use in `time.Parse` in Go is specified as: *(January 2, 15:04:05, 2006, in time zone seven hours west of GMT)*. This is the reason `time.Parse("2006-01-02")` unambiguously reads a date in `yyyy-mm-dd` format: [time package - time - Go Packages](https://pkg.go.dev/time#example-Parse)
The reference time that we use in `time.Parse` in Go is specified as: *(January 2, 15:04:05, 2006, in time zone seven hours west of GMT)*. This is the reason `time.Parse("2006-01-02", …)` unambiguously reads a date in `yyyy-mm-dd` format: [time package - time - Go Packages](https://pkg.go.dev/time#example-Parse)

0 comments on commit 9c9273d

Please sign in to comment.