how to show today time in python

import datetime
 
currentDT = datetime.datetime.now()
print(str(currentDT))

# prints XXXX-XX-XX XX:XX:XX.XXXXXX
# or

import datetime
 
currentDT = datetime.datetime.now()
 
print ("Current Year is: %d" % currentDT.year)
print ("Current Month is: %d" % currentDT.month)
print ("Current Day is: %d" % currentDT.day)
print ("Current Hour is: %d" % currentDT.hour)
print ("Current Minute is: %d" % currentDT.minute)
print ("Current Second is: %d" % currentDT.second)
print ("Current Microsecond is: %d" % currentDT.microsecond)
# prints
"""
Current Year is: XXXX
Current Month is: XX
Current Day is: XX
Current Hour is: XX
Current Minute is: XX
Current Second is: XX
Current Microsecond is: XXXXXX
"""

4.2
5
Gael 110 points

                                    
from datetime import datetime
import pytz

tz_NY = pytz.timezone('America/New_York') 
datetime_NY = datetime.now(tz_NY)
print("NY time:", datetime_NY.strftime("%H:%M:%S"))

tz_London = pytz.timezone('Europe/London')
datetime_London = datetime.now(tz_London)
print("London time:", datetime_London.strftime("%H:%M:%S"))

4.2 (5 Votes)
0
4.14
7
Pierus 115 points

                                    import datetime
now = datetime.datetime.now()
print ("Current date and time : ")
print (now.strftime("%Y-%m-%d %H:%M:%S"))

4.14 (7 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
python how to get the current date time pythone get time python time.time gives time in get todays date in python python get today datetime get the current date and time in python how to show time in python oython current time how to have python find the time return current time python how to get time using python getting systeem time python put current time in python how do you print the time in python python how to get current date how to find the time with python how to know time using python get time of something python python print current date and time define current date in python time get time python python get current time from time python get current time' how to print current time in python python module time get current time How to display the current time using python? hwo to get current time python show time in python where does python get time how get current time in python to get current time in python get the current time python getting the time using python python os get time python program to get time get time current python how to display current time in python current time pytohn get today in datetime python how to print current time in python3 how i can get current time in python python get today without time getting the current time python get time from time in python time python current time time system time python current time python' current time with python get current time with time library python python program to display current date and time python get timetime show the time py python how to print the time python get current time with time module get current time python using time module finding time in python current time pyhon print time python function get time from python python get the time print time in python get the time from python script Use python to get the time how to get current time pyhton get my current time python how to return current time in python how to get time in phyton getting current time in python py get current time python get timenow how to get function time in python current date in python display time python code work with system time in python current time in py get time using python python display current time get current date time python python get sys time how to find todays date in python how to capture current time in python to get todays date using python get computer time python time something python python print out today's date how to get the time on python date time now in python python current time HHMMSS how to time pythom get the time python how to get the current date and full time in python how to figure out the current time via python how to write current time function in python get current date with time python how to get the time of a function in python time print python get time opython how to get the current time in python using time module current system date in python how to show time on python how to get current time in pythno get current time date python How to get system time using pythoon get time inpython current time in python 3 how to get the current time in python t how to find time in python python program to find current time print time on python get time time in python phyton get current time pythin print time how to return the current time in python how to check created time in python how to know current time in python current time python time write current time python how to know the time in python current time in python script python working time python how to type current time in python python display current date and time get current date and time python how to compute time in python get time pythpn how to get time in s python python get time how to get time in python get time in hhmmss python current date python get the datetime of today python print time python3 how to display time in python How record current time with Python python time print get time in python 3 how to get the time python python time module current time get the current date python how to pring current time in python getting present time in python how to grab time using python how to get the current system date and time in python python print sys time python today date and time puthon get current time show current date in python how to display the current time python access current time python print time using python how to get current date in python print current time in python current date and time in python show time in pyhton take local time python getting current time in pythn get current date in python python3 get current time use python to get time pythom system time using %time python get time with python using time python get time python datetime current time using python time module working with time in python how to see what time it is with python how to get today's date in python how to get the current time python how to check current time in python python working with time datetime for time of today python print current time with python python how to get today's date and use it get time pyhton find time to python function get now time python python how to get computer time get time passed python current time py time using python how to adjast time in python python time get current time how to get system time in python check time in python how to get current time with .py current time syntax in python python show full time get current time with python show all time in python python measure time how to only get the time in python current date time python python current time HHMM system time python implement time python take time python python print current date pyhton get current time getting time in python get the current time in python how to get the current date in python python3 how to get the time how to print the date of today in python how to print time on python how to get time in pythom how to get current date and time in python how to use current time in python get the current time in pythpon get the current time python how to get the time in pthon get computer time in python get current date python python import time get current time python current date time python current date python print current time how to output time in pythong python how get current time how to get the current time in python using time how set today time in python time.current time python how to print time in python how to tell the time in python view time python how to get todays date python how to calculate current time in python python current date and time python take time how to get a the time in python print time python how to find what time it is using python python print time how to print out todays date in python railway time display using django how to display now time in am format python python print time in readable format how to get current time in python 3 output time python python time module get current time time now python 3 how to get the time a function to python python program to get current system time how print time in python how to get computer time in python python get up time how to get time now python date time output date and time python code how do i get the OS time in python Write a program printing the actual date (year month day hour minute and seconds) how to get current time with python python import time time online python get time online python python script what is the date python datatime today how to get just the time in python how to get the computer time in python how to display time python python current time method check if current time is desired time datetime python how to get date and time using python tell the time pthon datetime.time.now python using datetime show time how to get the real time in python get time server var in python pythin time.time.now python datetime format now get time py tell time in python date.today python format find time python load currennt time python python program to display current time how to get time from time python date and time gui in python show date in python get current system time python pyhton get time python check time current time execution python current datetime inpython how to get sustem time in python python get exact time from time import today python check for time pytho nget current time and day datetime.time.now() python corect time time right now python take current hour in python datetime now time python get current instant with python how to get what time it is in python python show time get dtime python how to get time with python get now datetime python datetime.now python only show time how to get durrent data time in python python now=datetime.now() print current time datatime showing time python timenow how to get current time and date in python how to see current time in python python get current time and day how to check system time in python python current display use datetime python to get runtime python if date time now get time how get current time from os python get timr how to make python program which displays exact current time get current time python without datetime python print time format showing current time in python check if time if current time is pasta.time python set a time in today python find the current time in python how to get current time python] fetch current date and time from internet in python get current time how to check time in ptyhon python time nwo displayTime python sys.get time peint the time python current time in dateetime python pick time python sytem time how to get local time in python how to get current time in pythonpython variable to current time in python 3 python script to display current date and time python get time of day current time datetime python get printabl time in python print local time in python know live time in python current time for user python python time get data time now in python print datetime now python python code to download the current time how to check the time in python show the current time python python get time now in cat time get current time python time module write current time to file python python current date and dtime python get local time python get current local hour of day how to show updated date time on website with python server python string get current date time python get computer time live time using python how to find current time in python get current date python and time how to see todays time in python python datetime display python get datetime python get current time hh mm ss time.now() python python get current time how to get system time in python'= how to know current time in system in python python how to print time python datetime current time as datetime sys time python how to check local time in python how to check what time it is with python python program to print current date and time how to get present time in python check time is current time python get current hour in python python how to get local time get the time in python tkinter get current time current date and time python how to check time python get actual time python get datetime python print date time in python python get time and date showing time in python current time using python time display in python current time in python How to get the current time in python how to get the exact hour in python system time in python how get time in python print current datetime in python current time in different format python current time in format python python get time in day get local time in python get time python how to get the time in python get current time python\ print time python format show time python get current time in python how to tak the time ito a python script display time in python time print in python how to import real time into python datetime now in date format python python get time datetime python get time python get current datetime getting current time python how to get now time in python python get current date python print now time get local time python print current time in python file show current time in source code editor python without print show current time in source code editor python display current time in python ide AUTO GENERATE TIME IN PYTHON console how to add current time in while loop in python how to print out today time in python how to check time in python how to get the time data in python python print time now os date python print date and time and day in python lost weekend program in python get current time with seconds in string python python tiem now get only timein python current datetime in python and update time python get current date and time current time python python showing time current system time python display time python time module python return current time display current date and time python python get data and hour current time today python time.now python python get current time as tring how to get current time python how to access current time in python get currwnt time python how to get time in python how to get current time to print in python how to get the current timt python 3 how to show today time in python python return time only how to print the current time in python to get the current date and time in python how to find the time python get time in python python get current local time python print time to console how to find time with python how to print time in python\ python datetime get current time get current time python datetime.now() only time python log current time and date python print current time from start python time.now in python how to print a time in python display current time in python python show current time how to make python print the time print current time python what's the best method to get current time python get date time in python function to get current time in python how to get current time in python python know the time of today python data get current datetime python time current time get system time python python get the current time current time python dateime how to see current time in python using datetime python how to get time python current time get date time python get time of day python how to get now from datetime python how to get exact time python python display time python time now how to use the python time module to get the current time get current time python formatted How to access the time in python how to get current system time in python how to write current time in python how to get time python python get time now getting time python python time.now python current datetime
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source