Top "Time" questions

How to get the current time in Python

What is the module/method used to get the current time?

python datetime time
Java string to date conversion

What is the best way to convert a String in the format 'January 2, 2010' to a Date in Java? Ultimately, …

java string date time data-conversion
NOW() function in PHP

Is there a PHP function that returns the date and time in the same format as the MySQL function NOW()? …

php datetime time timestamp
Convert a Unix timestamp to time in JavaScript

I am storing time in a MySQL database as a Unix timestamp and that gets sent to some JavaScript code. …

javascript date time time-format
How to get current time and date in Android

How can I get the current time and date in an Android app?

android date time
Add days to JavaScript Date

How to add days to current Date using JavaScript. Does JavaScript have a built in function like .Net's AddDay?

javascript date datetime time
How do I get time of a Python program's execution?

I have a command line program in Python that takes a while to finish. I want to know the exact …

python time execution-time
How to get current time and date in C++?

Is there a cross-platform way to get the current date and time in C++?

c++ date time cross-platform
Getting current date and time in JavaScript

I have a script that prints the current date and time in JavaScript, but the DATE is always wrong. Here …

javascript date time concatenation
Does Python's time.time() return the local or UTC timestamp?

Does time.time() in the Python time module return the system's time or the time in UTC?

python time timezone