On Wed, Apr 12, 2017 at 10:52 AM,  <henriquevice...@gmail.com> wrote:
>
> time.Parse is failing to parse a date generated with time.Format using
> time.UnixDate as layout here (if I use the similar).

Yes, time.UnixDate only really works if you have timezone data on your
system that describes the current time zone.

I suggest using time.RubyDate instead, that should avoid this kind of problem.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to