Saturday, 21 July 2018

timestamp - How to get a time stamp in this format "2018-12-10T13:34:43.5107621-05:00" in JAVA

I want to get the current time in this format "2018-12-10T13:34:43.5107621-05:00" by JAVA 7.



I am using EST time zone.

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...