Skip to content

Commit 6efa0d8

Browse files
committed
epoch formats added
1 parent 965651f commit 6efa0d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/exercises/solutions/36_epoch

internal/exercises/solutions/36_epoch/epoch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ func NowFormats() map[string]string {
7171
// Helper: format int64 as string
7272
func formatInt(val int64) string {
7373
return time.Unix(0, val).UTC().Format("2006-01-02 15:04:05")
74-
}
74+
}

0 commit comments

Comments
 (0)