Code Monkey home page Code Monkey logo

Comments (6)

FichteFoll avatar FichteFoll commented on May 21, 2024

Yeah, %e is not supported in Python's strftime implementation. Check the docs here: http://docs.python.org/3/library/datetime.html#strftime-strptime-behavior

It seems that strfti.me and Python differ here. It doesn't seem like "day of the month without zero-padding" is supported though, which is kind of weird because that's pretty common I'd say.

from insertdate.

jimasun avatar jimasun commented on May 21, 2024

Instead of '%e' one could use '%d'.

from insertdate.

jimasun avatar jimasun commented on May 21, 2024

Not exacly the same, but %Z displays blank while %z shows +0100 here in Copenhagen

from insertdate.

jimasun avatar jimasun commented on May 21, 2024

From the link you posted above: %Z -> Time zone name (empty string if the object is naive).

What is 'naive' suppose to mean?

from insertdate.

FichteFoll avatar FichteFoll commented on May 21, 2024

Yes, %Z is blank when you don't set a timezone for your machine in the settings. This is because I had numerous unicode problems with trying to retrieve the locale's timezone name and it's different from the representations you get when using pytz.

For me, it would always give "Mitteleuropäische Sommerzeit" for CEST for example. The latter is better in every aspect, so I decided to skip supporting %Z for the default "local" timezone and let users specify their own.

No idea what 'naive' means though.

from insertdate.

jimasun avatar jimasun commented on May 21, 2024

Thanks, I guess you could safely close this issue.

Good luck!

from insertdate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.