sae-bom

Results 1 comments of sae-bom

I wrote workaround like this to get local date(%Y-%m-%d) from unix timestamp ``` .date_utc_seconds, err = .timestamp / 1000 .date_utc, err = to_timestamp(.date_utc_seconds) # convert to UTC string .date_local, err...