Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
39.7k+ articles
DSA
22.3k+ articles
Python
20.2k+ articles
Python Programs
4.1k+ articles
Project
1k+ articles
python-utility
660+ articles
python-modules
380+ articles
Python-projects
170+ articles
Python-datetime
89 articles
Python datetime-program
49 articles
Python time-module
19 posts
Popular Articles
Recent Articles
Python time.daylight() Function
Last Updated: 19 December 2021
Time.daylight() function which returns a non zero integer value when Daylight Saving Time (DST) is defined, else it returns 0. Daylight Savi
...read more
Python
Picked
Python time-module
Python time.tzset() Function
Last Updated: 05 August 2022
In Python, the tzset() function of the time module is based on the re-initialization settings using the environment variable TZ. tzset() met
...read more
Python
Picked
Python time-module
Python time.tzname() Function
Last Updated: 22 November 2021
Time tzname() in Python returns the tuple of two strings in which the first string is the name of the local non-DST timezone and the second
...read more
Python
Picked
Python time-module
Similar Topics
Web Technologies
39.7k+ articles
DSA
22.3k+ articles
Python
20.2k+ articles
Python Programs
4.1k+ articles
Project
1k+ articles
python-utility
660+ articles
python-modules
380+ articles
Python-projects
170+ articles
Python-datetime
89+ articles
Python datetime-program
49+ articles
Python time.perf_counter_ns() Function
Last Updated: 05 November 2021
Python time.perf_counter_ns() function gives the integer value of time in nanoseconds.Syntax:from time import perf_counter_nsWe can find the
...read more
Python
Picked
Python time-module
Python time.thread_time() Function
Last Updated: 05 November 2021
Timer objects are used to represent actions that need to be scheduled to run after a certain instant of time. These objects get scheduled to
...read more
Python
Picked
Python time-module
Python Time Module
Last Updated: 13 August 2024
In this article, we will discuss the time module and various functions provided by this module with the help of good examples.As the name su
...read more
Python
python-modules
Python time-module
Python time strptime() function
Last Updated: 13 September 2021
The strptime() function in Python is used to format and return a string representation of date and time. It takes in the date, time, or both
...read more
Python
Picked
Python time-module
Blogathon
Blogathon-2021
How to check the execution time of Python script ?
Last Updated: 26 April 2023
In this article, we will discuss how to check the execution time of a Python script.There are many Python modules like time, timeit and date
...read more
Python
Picked
Python-datetime
Python time-module
How to Measure Elapsed Time in Python
Last Updated: 23 April 2025
In Python, we can measure the elapsed time (time taken for a specific task to complete) on executing a code segment or a Python script. It's
...read more
Python
Picked
Python-datetime
Python time-module
Python - time.ctime() Method
Last Updated: 16 July 2021
Python time.ctime() method converts a time in seconds since the epoch to a string in local time. This is equivalent to asctime(localtime(sec
...read more
Python
Picked
Python time-module
How to add time delay in Python?
Last Updated: 07 April 2023
In this article, we are going to discuss how to add delay in Python. How to add Time Delay?In order to add time delay in our program code,
...read more
Technical Scripter
Python
Picked
Python time-module
Technical Scripter 2020
How To Create a Countdown Timer Using Python?
Last Updated: 09 May 2025
In this article, we will see how to create a countdown timer using Python. The code will take input from the user regarding the length of th
...read more
Project
Python
Python Programs
python-utility
Python time-module
Python-projects
Write From Home
Python Program to Create a Lap Timer
Last Updated: 28 August 2023
In this article, we will make a simple timer to calculate lap-time intervals using Python.time: This module provides various time-related fu
...read more
Python
Python Programs
Python time-module
Write From Home
Get Current Time in different Timezone using Python
Last Updated: 29 December 2020
Timezone is defined as a geographical area or region throughout which standard time is observed. It basically refers to the local time of a
...read more
Python
Picked
Python-datetime
Python datetime-program
Python time-module
Write From Home
Get current time in milliseconds using Python
Last Updated: 30 September 2022
In this article, we will get the time in milliseconds using Python. Here, we are using two inbuild modules of Python that is Datetime module
...read more
Python
Picked
Python time-module
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !