You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It’s not that there are no seconds. The time obtained here is the date and time in the form of Unix timestamp. If you need to obtain the normal time, you need to multiply it by 1000.
Hi, I'm using the following code:
All the data is fine, expect for the dates. I'm getting the following:
ModifyDate: 1595773338,
DateTimeOriginal: 1595168559,
CreateDate: 1595168559,
All these and translated to dates from 1970 (!).
But the image creation date is 19/07/2020 14:22.
What might be the problem?
Thanks
The text was updated successfully, but these errors were encountered: