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 3362104
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T03:13:59+00:00 2026-05-18T03:13:59+00:00

I am using get_timestamp() to get timestamp, the return I am getting is: 2010-10-5T11:12:34

  • 0

I am using get_timestamp() to get timestamp, the return I am getting is:

2010-10-5T11:12:34

But what I need is 2010-10-05T11:12:34

I need date in format of dd even if its a one-digit date. Is there a way I can do it? can i specify format while using get_timestamp()?

  • 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-18T03:14:00+00:00Added an answer on May 18, 2026 at 3:14 am

    You didn’t actually specify what module get_timestamp() is from. But throw it away, and use DateTime:

    use DateTime;
    my $dt = DateTime->new(
        year => 2010,
        month => 10,
        day => 5,
        hour => 11,
        minute => 12,
        second => 34
    );
    print $dt->strftime('%Y-%m-%dT%T'), "\n";
    
    # it also magically stringifies to your desired format:
    print $dt . '', "\n";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Python, using calendar.timegm(), I get a 10 digit result for a unix timestamp.
Using get/set seems to be a common practice in Java (for various reasons), but
I'm trying to insert data into the SQLite database using get EditText, but I
I'm making call to Alfresco Webscripts which return JSON. I do this using GET
I get a page using file_get_contents from a remote server, but I want to
I am using Joda library to get time period passed since a given timestamp:
I need to get a last updated timestamp when for a table. This operation
I'm trying to map java.util.Date to postgresql timestamp without time zone type. I'm using
I can't seem to get a reliable timestamp using winapi functions. For example: int
Since I am using get I expect to see the submitted values appended to

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.