Hi I have trouble have parse date in this format:
1295716379
I don’t what kind of date format is it.
Human readable value of this string is:
22. 1. 2011, 18.12
Also I don’t know that this format is some cowboy coder format or it is some “standard”.
And if it is possible parse string on the top to human readable format, for examle in C#, Java, C++.
Thank
It looks like a unix timestamp.
You can parse them like so:
Further links: Epoch Converter.com.