call it kitchen
This commit is contained in:
parent
7f1e1860f2
commit
0bfce8f576
@ -39,8 +39,8 @@ func main() {
|
||||
withNanos,
|
||||
"2012-11-01T22:08:41.117442+00:00")
|
||||
p(t1)
|
||||
hoursMinutes := "4:05PM"
|
||||
t2, e := time.Parse(hoursMinutes, "8:41PM")
|
||||
kitchen := "4:05PM"
|
||||
t2, e := time.Parse(kitchen, "8:41PM")
|
||||
p(t2)
|
||||
|
||||
// `Parse` will return an error on malformed input
|
||||
|
Loading…
x
Reference in New Issue
Block a user