Open hidonkey2018 opened 6 months ago
The build-in Julia Dates library seem doesn't support 'microseconds'
Take 1 update time of a Point like: 2024-04-19T12:27:28.003276
using Dates
dfmt = DateFormat("yyyy-mm-ddTHH:MM:SS.ssssss")
DateTime("2024-04-19T12:27:28.003276",dfmt) #fails
The current solution is trim the nanosecond part, ie: 2024-04-19T12:27:28.003276 -> 2024-04-19T12:27:28.003
Create a function to retieve column data from a table