Top "Strftime" questions

`strftime` is a C standard library function to format date and time into a readable form that has also been ported into other programming language standard libraries

python ISO 8601 date format

i'm trying to format the date like this, 2015-12-02T12:57:17+00:00 here's my code time.strftime("%Y-%m-%dT%H:%…

python iso8601 strftime
DateTime::format and strftime

I have $date = $run['at']; which gives me 2013-06-03T16:52:24Z (from a JSON input). To transform it to …

php datetime time datetime-format strftime
Python: strftime() UTC Offset Not working as Expected in Windows

Every time I use: time.strftime("%z") I get: Eastern Daylight Time However, I would like the UTC offset in …

python windows offset utc strftime
c++ Function to format time_t as std::string: buffer length?

I want a function that will take a time_t parameter and an arbitrary format string and format it. I …

c++ time buffer stdstring strftime
strftime make first letter capital (uppercase) in PHP

I have code: <?php echo strftime("%Y %B %e, %A")?> In some languages I get: 2012 junio 3, domingo I …

php strftime
Issue with strftime (python)

I try to send data on Mosquitto Broker and add this same data on SQLite This is my script: #!/usr/…

python strftime
AttributeError: 'str' object has no attribute 'strftime' when modifying pandas dataframe

I have an issue with subtracting a part of the a date column. My goal is to set up a …

python pandas python-3.6 strftime
strftime formatting with Ruby/Rails -- Lowercase am/pm

I have the following: @comment.created_at.strftime("%I:%M %p %b %d") Which outputs: 10:32 AM Dec 19 I'd like to …

ruby-on-rails ruby-on-rails-3 strftime
using sqlite's strftime function in android

Hello I have inserted some dates in my database. When I use sqlite3 in the format YYY-MM-DD in another table …

android sqlite strftime