barracuda-cloudgen-access / access-cli

Allows to access all CloudGen Access Enterprise Console APIs from the command line.
Apache License 2.0
10 stars 4 forks source link

Dates may have inconsistent formats #12

Closed gbl08ma closed 4 years ago

gbl08ma commented 4 years ago

Apparently, sometimes dates come out with a different format (or just a format that is different from the API?). If it's the latter, there might not be much we can do (all responses go through the golang JSON serializer and the date format is up to it). Also investigate whether this inconsistency applies only to the JSON output format or to other things too (of if it's something else entirely).

gbl08ma commented 4 years ago

This has been identified as being a result of the lack of timezone information in certain timestamps returned from the management console API.