Page 1 of 1

milliseconds in the date format string

Posted: 06 Jul 2017, 14:24
by edan
May I ask, how can one put the milliseconds in the date format string? (I tried to find the answer on the forum but couldn't)
Thanks in advance

Re: milliseconds in the date format string

Posted: 06 Jul 2017, 14:33
by rednoah
You can use SSS in your date format, but does EXIF metadata even have millisecond precision?

@see https://docs.oracle.com/javase/8/docs/a ... atter.html

Re: milliseconds in the date format string

Posted: 06 Jul 2017, 15:24
by edan
Thanks. I just tried it on a bunch of files and the milliseconds are systematically 000... so I guess you are right that the exif time may not be that precise.