Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

timestamp resolution #197

Open
Amir-Teshome opened this issue Sep 13, 2016 · 0 comments
Open

timestamp resolution #197

Amir-Teshome opened this issue Sep 13, 2016 · 0 comments

Comments

@Amir-Teshome
Copy link

Amir-Teshome commented Sep 13, 2016

In mysql database the timestamp is stored until seconds (milliseconds are discarded). I'm using a mysql version capable of storing fractional seconds (> version 5.6).

while running in batch (or one-shot) mode mili-seconds are printed to the console. But in the database milliseconds are discarded. I did an update on the schema of the event table ( changed the datatype of timestamp from DATETIME to DATETIME(6) to support 6 digit precision ) but still milliseconds are not stored, Any help is appreciated

Thank you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant