Skip to content

Commit

Permalink
Date: It mysteriously started working after a push!
Browse files Browse the repository at this point in the history
  • Loading branch information
darkerbit authored and zephyrtronium committed Dec 23, 2019
1 parent 861928a commit 03562b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion date.go
Expand Up @@ -237,7 +237,6 @@ func DateFromString(vm *VM, target, locals *Object, msg *Message) *Object {
return vm.Stop(err, stop)
}

// I have no idea why the year doesn't work -DarkerBit
longDate := time.Date(2006, time.January, 2, 15, 4, 5, 0, time.FixedZone("MST", -7*60*60))
longForm := lctime.Strftime(format, longDate)

Expand Down

0 comments on commit 03562b4

Please sign in to comment.