Skip to content

[How-to] - How to convert string to pendulum #651

Answered by NickFabry
BarryAljawari asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @BarryAljawari - I think you need to make your question more clear. You are creating a pendulum.Duration object (something that represents a length of time), yet you want to display a format that only makes sense for a pendulum.Datetime object (something that designates a particular moment in time).

If you want to explore different ways of turning a duration into a string, have a look at the docs about them: https://pendulum.eustace.io/docs/#properties-and-duration-methods . If you want to convert the Duration into a DateTime, you have to realize that doesn't make sense without more context. That's like saying, I'm going to wait for 4 hours and 52 minutes; express that as a calendar ye…

Replies: 1 comment

Comment options

NickFabry
Sep 10, 2022
Collaborator Sponsor

You must be logged in to vote
0 replies
Answer selected by BarryAljawari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #649 on September 10, 2022 01:25.