Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7613961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T02:16:50+00:00 2026-05-31T02:16:50+00:00

time.time() gives current time in seconds from a given reference. Is there a mean

  • 0

time.time() gives current time in seconds from a given reference. Is there a mean to convert a date to a number of seconds since given reference?

I thought of calendar.timegm(), but I am not sure how to format the argument.

thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T02:16:52+00:00Added an answer on May 31, 2026 at 2:16 am

    calendar.timegm is the good approach. Just pass it the utctimetuple() output from your datetime object:

    from datetime import datetime
    import pytz
    import calendar
    
    dt = datetime.now(pytz.utc)
    secs = calendar.timegm(dt.utctimetuple())
    print dt, secs
    

    prints

    2012-03-09 09:17:14.698500+00:00 1331284634
    

    just to test it against the epoch:

    print calendar.timegm(datetime(1970, 1, 1, 0, 0, 0, tzinfo=pytz.utc).utctimetuple())
    

    prints 0.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way I can see my commit history for a given time
I'm trying to retrieve current video position from IMediaSeeking interface. The time format set
The system time function time(0) gives me a resolution of 1 second, right? Is
well for some strange reason IE gives me and InvalidAuthenticityToken error almost every time
When I use chmod() to change permissions at run time, it gives me the
I could do this myself given time but does anyone have a nice asp.net
I need to wake up a hibernated laptop at a given time every day.
I know add() adds the specified (signed) amount of time to the given time
i'm trying to build an application that every given time, will connect to a
How can I refresh a page automatically after a given time period with a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.