About 1,180,000 results
Open links in new tab
  1. python - How to properly use time.time () - Stack Overflow

    May 10, 2020 · 3 I am trying to time a running function. But I need to know how many hours/minutes/seconds does it takes. I am using time.time (), but I don't understand the output. How …

  2. What does '%% time' mean in python-3? - Stack Overflow

    Mar 21, 2018 · What does %%time mean in python? I am using python 3 and have some source code containing %%time Does this call the time module? or does it have another function?

  3. How do I get the current time in Python? - Stack Overflow

    557 How do I get the current time in Python? The time module The time module provides functions that tell us the time in "seconds since the epoch" as well as other utilities.

  4. How do I measure elapsed time in Python? - Stack Overflow

    This gives the execution time in seconds. Another option since Python 3.3 might be to use perf_counter or process_time, depending on your requirements. Before 3.3 it was recommended to use time.clock …

  5. Python's time.clock() vs. time.time() accuracy? - Stack Overflow

    time.clock () On Unix, return the current processor time as a floating point number expressed in seconds. The precision, and in fact the very definition of the meaning of “processor time”, depends …

  6. How to get Time from DateTime format in SQL? - Stack Overflow

    Feb 9, 2011 · I want to get only Time from DateTime column using SQL query using SQL Server 2005 and 2008 Default output:

  7. how to sync windows time from a ntp time server in command

    Apr 4, 2014 · I am working on windows 7. I can sync time of win7 from a ntp linux server manually. How can I do that in command prompt. So I can run it on windows startup. And windows task plan not …

  8. time.time () or time.perf_counter () — which is faster?

    Feb 3, 2021 · The choice between time.time() and time.perf_counter() depends on the context in which you will use the function. That's because each function deals with a different "type of time". …

  9. Converting Epoch time into the datetime - Stack Overflow

    Sep 13, 2012 · I am getting a response from the rest is an Epoch time format like start_time = 1234566 end_time = 1234578 I want to convert that epoch seconds in MySQL format time so that I could store …

  10. formatDateTime in Power Automate Desktop - Stack Overflow

    Jan 30, 2024 · Input the CurrentDateTime variable as the source, and store the formatted time in the Time variable. Ensure that you are using the available actions in Power Automate Desktop for date …