Top "Iso8601" questions

ISO 8601 is the International Standards Organization's standard for representing time as a string.

How to parse and generate DateTime objects in ISO 8601 format

There is this SOAP web service that sends me datetime objects in the following format 2016-03-29T12:20:35.093-05:00 That …

c# .net datetime iso8601
ISO 8601 date-time format combining 'Z' and offset of '+0000'

I'm playing with date-time format from ISO 8601. I have this pattern: "yyyy-MM-dd'T'HH:mm:ssZZ'Z'" and the output is: "2015-11-17…

time datetime-format iso8601 timezone-offset
Identifying time zones in ISO 8601

No, I'm not talking about zone offsets --- those can vary during the year for a region based on e.…

java timezone iso8601 timezone-offset
spring boot Joda DateTime Serialisation

I'm trying to serialize Joda DateTime properties as ISO-8601 using Spring Boot v1.2.0.BUILD-SNAPSHOT Here is my very simple REST …

datetime jackson jodatime spring-boot iso8601
Parse ISO 8601 to C# DateTime

I got a bunch of DateTime-Strings I want to parse into a c# DateTime. 2009-06-18 02:10:31.296761+00 2009-06-18 02:13:34.049145+00 2009-01-06 23:52:21.510121+00 2009…

c# parsing datetime iso iso8601
What does 'PT' prefix stand for in Duration?

I am trying to use the Duration class instead of long. It has superior literal syntax. I like its flexibility, …

java duration java-time iso8601 period
Combined date and time representation in Bash

How can I obtain current date in the following format using Bash YYYY-MM-DDThh:mm:ss

bash datetime iso8601
Convert String ISO-8601 date to oracle's timestamp datatype

I have a ISO-8601 date in VARCHAR2 type, how can i convert that String date to timestamp in oracle db? …

database oracle iso8601
Android time in iso 8601

using android and joda time lib - the I am trying to convert the user's timezone in order to format …

android timezone jodatime iso8601
How can I convert a date value in ISO 8601 format to a date object in JavaScript?

I've been trying to convert a date value into a more readable format. To do that, I'm trying to parse …

javascript date iso8601