python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Loopback timestamp conversion issue
I have a table that contains a timestamp column. whenever I try to access the endpoint it returns timestamp data as UTC timestamp. I want the timestamp data without UTC conversion.
karthik
Votes: 0
Answers: 0
timestamps microsecond precision is reset to 000 when kafka deserializes data to create sql insert (?)
Using avro schema for data; have a field for timestamp named 'time'
and its like this:
{"name": "time", "type":
{"type": "long", "logica...
Peter
Votes: 0
Answers: 0