FWIW, based on a quick test, setting TZ="" also leads to a non-nil loc
field:
https://play.golang.org/p/LJJSTq7R1NA
So, `time.Local = time.UTC` at least shouldn't lead to more adverse effects
than setting TZ="".
On Thu, Oct 28, 2021 at 8:58 AM Uli Kunitz wrote:
> I believe time.Local = time.UTC
Hello,
>From what I understand proper Gopher read at least one time "The Go
Programming Language Specification" (https://golang.org/ref/spec) and now I
need to read it too.
I learn something of Extended Backus-Naur Form to understand it, so if I
say something stupid beyond belief, I hope you w
There isn't much to it, a "production_name" is just an identifier for the
set of values defined on the other side of the =, some of which may also be
identifiers that should be dereferenced/expanded
If it helps, there's a wikipedia entry on
it: https://en.wikipedia.org/wiki/Extended_Backus%E2%8
I got an unexpected error *The system cannot find the file specified.* when
calling method `RoundTrip(req *Request)` from `http.Transport`.
*Error occurs on a Windows 10 Enterprise (19041) maschine. Not my maschine,
so no debugging.*
*Implementation*
This go application is only a simple revers