Tagged Questions
6
votes
9answers
612 views
What time format is this? (not UNIX, not UTC, nothing)
I'm importing data from another system to MySQL, its a CSV file. The "Date" field however contains cryptic of 3-digit time entries, here's a random sample set:
> 540
> 780
> 620
> 965
...
0
votes
2answers
113 views
What about TimeFormat? Converting Timestamp
How to format a java.sql Timestamp for displaying ?
What about TimeFormat, how can I convert a Timestamp as a String showing the time?