Relative Content

Tag Archive for xmlgodatetimeutc

Parsing malformed XML UTC DateTime values in Golang

In my program, I am parsing/decoding XML files and storing values in structs, using the Decoder.Decode() function. The files contain several malformed UTC dates, intended to be parsed as time.Time values and stored in the database.