Top "Datetime" questions

A DateTime object in many programming languages describes a date and a time of day.

Convert UTC/GMT time to local time

We are developing a C# application for a web-service client. This will run on Windows XP PC's. One of the …

c# .net datetime utc
How do I translate an ISO 8601 datetime string into a Python datetime object?

I'm getting a datetime string in a format like "2009-05-28T16:15:00" (this is ISO 8601, I believe). One hackish option …

python datetime iso8601 datetime-parsing
Converting milliseconds to a date (jQuery/JavaScript)

I'm a bit of a rambler, but I'll try to keep this clear - I'm bored, so I'm working on …

javascript jquery datetime
Get DateTime.Now with milliseconds precision

How can I exactly construct a time stamp of actual time with milliseconds precision? I need something like 16.4.2013 9:48:00:123. Is this …

c# datetime precision milliseconds
Sort objects in ArrayList by date?

Every example I find is about doing this alphabetically, while I need my elements sorted by date. My ArrayList contains …

java sorting datetime
How to get current time in python and break up into year, month, day, hour, minute?

I would like to get the current time in Python and assign them into variables like year, month, day, hour, …

python python-2.7 datetime time
how do i do an insert with DATETIME now inside of SQL server mgmt studio

I have a website that does inserts into this table below. I need to do some manual inserts but I …

sql-server datetime
Format a datetime into a string with milliseconds

I want to have a datetime string from the date with milliseconds. This code is typical for me and I'm …

python datetime string-formatting
How to get the current date and time

How do I get the current date and time in Java? I am looking for something that is equivalent to …

java datetime
Converting a date string to a DateTime object using Joda Time library

I have a date as a string in the following format "04/02/2011 20:27:05". I am using Joda-Time library and would like to …

java datetime jodatime