Convert geo date to timestamp in pep-db #99
Replies: 1 comment
-
select TO_TIMESTAMP((((config->>'experiment_metadata')::json)->>'series_last_update_date'), 'MON DD YYYY') from projects where namespace='geo' limit 20; To select serie_submission_date: select TO_TIMESTAMP((((config->>'experiment_metadata')::json)->>'series_submission_date'), 'MON DD YYYY') from projects where namespace='geo' limit 20; To populate last update date with actual values:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to have last update date in db for GEO, actual last update date.
How to do it?
Beta Was this translation helpful? Give feedback.
All reactions