Top "Datetime-format" questions

datetime-format is a transformation of a timestamp from an industry standard format, such as UTC or ISO, to a format which conforms to the standards of a particular locale or audience

RFC 2822 and ISO 8601 date format regex

In JavaScript there is Date.parse() method, which parses a string representing an RFC 2822 or ISO 8601 date (see MDN). Among …

javascript regex datetime-format iso rfc
Why doesn't DateTime.ParseExact parse UTC format with the trailing Z?

Another ParseExact problem. I'm trying to parse a UTC formatted string to a datetime with the format of: "YYYY-MM-DDThh:mm:…

.net datetime datetime-format datetime-parsing
How can I get the time in GMT using GWT?

I want to get the current time of the machine in GMT and presented it on custom format like this …

gwt timestamp datetime-format gmt
python strptime format with optional bits

Right now I have: timestamp = datetime.strptime(date_string, '%Y-%m-%d %H:%M:%S.%f') This works great …

python datetime-format
DateTimeParseException: Text could not be parsed: Unable to obtain LocalDateTime from TemporalAccessor

LocalDateTime.parse("2017-02-02 08:59:12", DateTimeFormatter.ofPattern("yyyy-MM-dd hh:mm:ss")); It prints error: java.time.format.DateTimeParseException: Text '2017-02…

java datetime datetime-format localdate
What system default date format to use?

I'm setting the standards for our application. I've been wondering, what default date format should I choose to use ? It …

java datetime standards datetime-format datetime-parsing
How can I format timestamps with embedded `T` character?

I need to format a timestamp in ISO 8601 format (e.g. 2001-10-26T21:32:52). When I use the date() function …

php xsd datetime-format iso8601
"find -ls" with proper time-style

i use the following command to generate a filelist which i compare sometimes to see if something is changed: find /…

linux bash find datetime-format ls
How to convert datetime HH:DD:SS AM/PM to HH:DD AM/PM

I have a gridview column, where I need to display time in format : 3/2/2012 1:22 PM but my Db saves as 3/2/2012 1:22:42 PM …

asp.net datetime oracle10g datetime-format to-char
Format DateTime in Xamarin Forms to Device Format string

How can I format a DateTimeobject to a string in the device default datetime format when running a PCL Xamarin.…

c# datetime xamarin xamarin.forms datetime-format