The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
4answers
33 views

Strip down %Z to only return the timezone not daylight savings in python

I have some code as shown below, but the timezone %Z is returning: 01:04:48 GMT Daylight Time I need it return: 01:04:48 GMT import time timenew = time.strftime('%H:%M:%S %Z') print timenew ...
0
votes
1answer
19 views

Chronic - how to set a default year when parsing a month

I got an input field where the user inputs a date, currently I'm using Chronic and the user likes it. If the user enters last jan using Chronic and strftime I get January 2013 which is good, the ...
1
vote
2answers
30 views

Issue with SimpleDateFormat parsing date generated by strftime [closed]

I have a timestamp string 2013-03-01T11:22:18.01Z generated by strftime("%Y:%m:%dT%H:%M:%SZ"), which is in Python. Now I'm trying to use Java's SimpleDateFormat to parse this timestamp. Lot's of ...
0
votes
1answer
20 views

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 get for example "d M Y, H:i" I use $date = new DateTime($run['at']); echo $date->format('d M ...
1
vote
1answer
37 views

C - How to convert unsigned int seconds to string of date

I have a problem with the conversion of seconds into date. I'm reading a binary file, thus i read as "unsigned int" and it gives me seconds. Then i have to convert it to the date and print. I tried to ...
0
votes
1answer
57 views

Why doesn't Heroku like strftime? [closed]

It seems Heroku/PostgreSQL doesn't support strftime. So, if I want to convert something like: @event.date_start.strftime("%B #{@event.date_start.day.ordinalize}") What are the options without using ...
1
vote
2answers
82 views

strftime '%z', (localtime) is not working as expected in solaris machines

I tried this code in linux machines, my $sysdate = strftime "%Y%m%d%T", (localtime); my $daylight_saving_time = strftime '%z', (localtime); i get below output, sysdate = 2013051402:12:02 ...
-1
votes
3answers
75 views

Ruby on Rails: strftime() in Active Admin form

this is how in front-end current date gets saved in database automatically(without datepickers n stuff): <% for order in @orders %> <%= order.updated_at.strftime("%Y-%m-%d %I:%M") %> ...
0
votes
1answer
11 views

Apache mod_rotate_log filename replacement not working for below-day resolution

I have a strange problem: I use Apache on Windows and tried to configure rotating log using mod_log_rotate with the following configuration: RotateLogs On RotateLogsLocalTime On RotateInterval 86400 ...
0
votes
1answer
29 views

Sqlite, subtracting a date entity from current time

I have a table which have entries like this. SELECT entrydate FROM entities; 2013-04-29 13:24:34 2013-04-29 13:24:46 2013-04-29 13:27:19 What I want to do is that taking difference between current ...
0
votes
1answer
35 views

Time in string format to using strftime

I am trying to change a time of an event I pulled from Facebook which comes in a hash with time as a string. eg: "fbevents" => { "event1" => "2013-04-27T08:00:00-0400" "event2" => ...
2
votes
1answer
64 views

passing time info from NTP server to strftime function

I am using the code ntp client code at the bottom by referring the webpage on here. The code receives the time info then I would like to store the time info as YYYYMMDDHHMM like 201304211405. The code ...
1
vote
0answers
99 views

C++ strftime %b not working as expected

I want to print timestamp using C++ in different locales, I get strange output for fr_FR in one particular host. Here is the code, #include <time.h> /* time_t, struct tm, time, ...
0
votes
2answers
48 views

Formatting the dates to desired format return invalid dates in python. How to control it?

I have a list of dates like: ['2013-04-06', '06/04/2013', '04/06/2013', 'Apr 06 2013'] I have used datetime.strftime() for converting the dates like ('%d/%m/%Y'), but when it converts the same ...
0
votes
1answer
58 views

strftime first day of current week

strftime('%s', 'now', 'start of month') AND strftime('%s', 'now', 'start of month', '+1 month', '-1 day') this gives me range between first and last day of current month. How can I get range of ...
0
votes
3answers
195 views

Rails undefined method `strftime' for “2013-03-06”:String

I am getting the error undefined method `strftime' for "2013-03-06":String when trying to display a date normally (June Sunday 3, 2013 or something similar) from the string 2013-03-06 using ...
5
votes
4answers
124 views

strftime gets wrong date

I'm using strftime to display future date. But while using strftime('%a., %d. %B %Y',time()+60*60*24*4) I'm getting Mo., 01. April 2013 instead of Su., 31. March 2013 while using this today. ...
0
votes
1answer
83 views

Python: sorting datetime objects keeping “AM” and “PM” into account

This is a simplified version of what my problem is but here is the gist of it: I have a script that sorts emails by using Regex to find specific patterns. One of the items I sort by is the date an ...
0
votes
1answer
252 views

Convert string to time with python [duplicate]

I have read a few stackoverflow posts but still can't figure this out... I want to crawl craigslist post posted within last 48 hours. Posted time is in the following format for craigslist: ...
0
votes
0answers
33 views

Can strftime() be used around a datetime column in sql?

I've been looking around for a way to convert the days, weeks and months from datetime %W %E %M, into my own language (danish) as the only option I've found to do this, is to use strftime(), which ...
0
votes
0answers
28 views

strftime('%-d') fails on heroku web dynos

On heroku, rails rendering on my web dynos gives me Time.now.strftime('%a, %b %-d') => "Wed, Mar -d" Running heroku console gives me the expected behavior Time.now.strftime('%a, %b %-d') => ...
0
votes
1answer
71 views

Float formatting: Plotting an strftime

I am formatting the original timestamps in my MongoDB documents. The original ones look like this: "timestamp" : ISODate("2013-03-06T17:10:29Z") And the formatted ones (Used as _id of the ...
1
vote
2answers
82 views

php add days to strftime

I need to print the Italian time from now to 30 days in this format 2013-03-11#11 Mar | Mon I've found that the Date function don't return the italian translation so I'm using strftime. but how can ...
0
votes
2answers
126 views

output the current date and time without refreshing the page

I have this little php script that echoes out the current date and time: <p id="date"><?php echo strftime("%d %B %Y, %H:%M", time()); ?></p> What i'd like to make though is to ...
0
votes
1answer
217 views

Weird python time.strftime() timezone display

It is around "2013-02-27 11:02" (GMT) and, as I am in France my local time is around "2013-02-27 12:02 +0100". I played the following commands on my machine: Python 2.6.8 (unknown, Apr 14 2012, ...
2
votes
2answers
163 views

SQLite return wrong week number for 2013?

I have a simple SQL for calculating week number in my reports on SQLite SELECT STRFTIME('%W', 'date_column') It was correct for 2009-2012. In 2013 I got always the wrong week number. For example ...
3
votes
3answers
138 views

strftime() : bool(false) not showing nothing

I want to display on my page the current date in this format: 22/02/2013 - 12:00 (day/month/year - hour) I use strftime("%d/%b/%G - %R", time()) but shows nothing on the page. If I do echo ...
0
votes
2answers
56 views

Pass a variable within single quotes

Could someone please educate me a little on this? I can't figure out how to pass a variable into functions like strftime. For example: $day = '%a'; echo strftime('$day', time()); I can't figure ...
1
vote
2answers
169 views

How to retain millisecond information while using mktime in awk?

I have a date string of the format 2012-12-20T01:16:02.05 and i want to convert to the format 2011-12-20-01.16.02.050000 Currently i am doing it as follows format = "%F-%H.%M.%S.%N" ...
0
votes
2answers
84 views

strftime/strtotime syntax

I have this working piece of code (PHP). The problem I encountered is with the strftime('%e %B',strtotime($time)); part (is at the end of the block). It returns nothing.. What am I doing wrong? Maybe ...
2
votes
3answers
295 views

Spanish Characters not Displaying Correctly

I am getting the lovely � box where spanish characters should be displayed. (ie: ñ, á, etc). I have already made sure that my meta http-equiv is set to utf-8: <meta http-equiv="Content-Type" ...
0
votes
1answer
143 views

Two digit date in strftime and struct tm

I'm doing the following to get time in "Day Month Day Year" format. struct tm *example= localtime(&t); strftime(buf,sizeof(buf),"%a %b %d %Y",example); ...
0
votes
1answer
111 views

strtotime Translations

Working on a Wordpress theme that I had to convert the locale to french. $data_event = get_post_meta($post->ID, 'event_date_interval', true); $time = strtotime($data_event); ...
4
votes
2answers
189 views

Convert strtotime() to StrFTime()

I was asked to write a module for our billing system and completed it using all of the functions I am accustomed to. It was tested on an English setup, but I did not take into account (nor was I aware ...
2
votes
4answers
298 views

Converting date formats python - Unusual date formats - Extract %Y%M%D

I have a large data set with a variety of Date information in the following formats: DAYS since Jan 1, 1900 - ex: 41213 - I believe these are from Excel ...
-1
votes
1answer
69 views

sqlite - query not working when the year changes

I'm not that good at queries, I've a problem in strftime function. SELECT SUM(QUANTITY) quantity, strftime('%m', CREATED_ON) month FROM OrderItemBIT WHERE (strftime('%m/%Y',CREATED_ON) BETWEEN ...
1
vote
1answer
151 views

Undefined method `year' with Rails / Lazy_High_Charts

I'm fairly new to rails and I'm trying to set the pointStart date in lazy_high_charts to pull the created_at date from my database table. I get the following error when trying to format the date and ...
0
votes
4answers
268 views

How do I pass Shell parameters to Perl script?

I am trying to find dates with in a certain format, I have done it before with perl(strftime), but that time I mentioned a static time, this time i need a variable $CURRENT_DAY here. Below is the ...
0
votes
1answer
117 views

Rails 3 - strftime

If I have a :due column that is a datetime type, how would I make calling .strftime on it work? For instance, I have <% @todos.each do |todo|%> <%= todo.due.strftime("%h %d") %> <% ...
1
vote
0answers
180 views

strftime bug in Sqlite on Android?

Running Android 4.1.2. The following should work according to SQLite documentation. String sql = "SELECT strftime('%m', MyDate) FROM MyTable"; Cursor c = database.rawQuery(sql); c.moveToFirst(); ...
0
votes
3answers
61 views

How to convert date from format 14/Dec/2012 14:53:34 to timestamp in php?

I tried many ways to do, but string format for month makes me big problem. Any suggestion, advice or realised code will be helpfull.
0
votes
1answer
29 views

Assign new value to the fetched data from query in rails

I'm trying to format the date which is received from the query in rails but the value is not updated. Here is my code :- @data = "My query" @data.each do |eventdata| eventdata.start_date = ...
1
vote
1answer
65 views

Remove accents from French date strings

I want to display a date in french but without any accent (for french months the is only é and û). I have this code : $date = '1359887884'; $date = strtotime($date); setlocale(LC_TIME, "fr_FR", ...
0
votes
1answer
86 views

Problems with heroku deployment, DateTime and strftime

I'm having trouble to deploy my rails application to Heroku. I did it just as normally, but this time I got these errors on the console. I wonder how they can appear, because I don't even have gsub! ...
1
vote
1answer
617 views

Group dates by quarterly/Half yearly/weekly

I have a sql lite query that gets me the sum of amount daily/weekly/monthly/yearly basis. But I want to be able to expand it so that I can custom group it i.e group by 3 months or half yearly etc. ...
0
votes
1answer
63 views

No Method Error for strftime

I'm not sure where the error exists. The same code is working for a collaborator and I can't get this to work! Let me know what other code need to be shown, I'm not sure where the error is...in the ...
0
votes
4answers
217 views

Ruby Time.now and Other dates

I need to get three dates in variables Today Since Midnight which I have as t = Time.now.strftime("%Y-%m-%d 00:00:01") # 2012-11-19 00:00:01 Yesterday Since Midnight (i.e. 00:00:00 to ...
0
votes
1answer
100 views

Ruby Newbie strftime Time.Now

I have the following written in ruby t = Time.now t.strftime("%Y-%d-%m") SCHEDULER.every '1m', :first_in => 0 do |job| send_event('gmail_gh', {current: gmail.inbox.count(:after => ...
0
votes
2answers
60 views

Python - x Time within time frame (24h time format)

Best practice to get if a time within a given time frame. Current hour: 22:00 Timeframes (start, end time of shifts): 00:00 - 08:00 04:00 - 12:00 08:00 - 16:00 12:00 - 20:00 16:00 - 00:00 20:00 - ...
0
votes
1answer
313 views

Converting a String to Datetime in Python and back to a String with a Different Format

I have a string with the name myDateTime and the value 'datetime.datetime(2012, 11, 16, 3, 0)'. myDateTime = 'datetime.datetime(2012, 11, 16, 3, 0)' In Python, how can I get this string in the ...

1 2 3 4