Querying a table with a column of the type timestamp without timezone returns the time in the given format: [date][“T”][time][“Z”].
However, the “Z” notation indicates that the time is UTC and as such I think the format should be changed to [date][“T”][time].
Querying a table with a column of the type
timestamp without timezonereturns the time in the given format: [date][“T”][time][“Z”].However, the “Z” notation indicates that the time is UTC and as such I think the format should be changed to [date][“T”][time].