Tagged Questions
The timestamps tag has no wiki summary.
4
votes
1answer
161 views
Is there a way to retroactively create time/node based UUID in PHP?
Most time-based (type 1) UUIDs are created using the current time. I'm migrating a MySQL database to cassandra and would like to create timebased UUIDs for archived items. Can someone provide an ...
4
votes
4answers
789 views
How to search for lines in a file between two timestamps using Perl?
In Perl I am trying to read a log file and will print only the lines that have a timestamp between two specific times. The time format is hh:mm:ss and this is always the third value on each log. For ...
3
votes
1answer
76 views
When to use timestamps in Rails?
Ruby on Rails' ORM has a t.timestamps handler. It adds (and fills and updates) created_at/updated_at rows in your tables.
But I can think of some reasons when not to use timestamps:
They clutter ...
3
votes
6answers
250 views
Why there's diffrence between javascript and php timestamp
I have created JavaScript timestamps and also the PHP time stamp there is about 170 sec difference between both of them.
1302162686 PHP - time()
1302162517 JavaScript - Math.round(new ...
3
votes
3answers
2k views
How can I import a directory structure into SVN, keeping the file and folder modifed dates the same?
I've got a large source tree (> 2 GB, WINCE build tree) that I would like to start managing with Subversion. Up to this point, 'versioning' has been managed through keeping multiple copies of the ...
2
votes
2answers
193 views
setting timestamps for audio samples in directshow graph
I am developing a directshow audio decoder filter, to decode AC3 audio.
the filter is used in a live graph, decoding TS multicast.
the demuxer (mainconcept) provides me with the audio data demuxed, ...
2
votes
1answer
122 views
Trying to understand Timestamps and Timezones in PHP
I have a PHP application that needs to support timezones. Now I am storing date and time values in the database as integers. So here is what I do.
// now create the DateTime object for this time and ...
2
votes
5answers
6k views
How can I use bash (grep/sed/etc) to grab a section of a logfile between 2 timestamps?
I have a set of mail logs: mail.log mail.log.0 mail.log.1.gz mail.log.2.gz
each of these files contain chronologically sorted lines that begin with timestamps like:
May 3 13:21:12 ...
How can I ...
2
votes
4answers
2k views
Formatting timestamps
How do you format Rails timestamps in a more human-readable format? If I simply print out created_at or updated_at in my view like this:
<% @created = scenario.created_at %>
Then I will get:
...
2
votes
4answers
2k views
Linux file creation timestamp race conditions
I'm trying to do what I think is a simple thing under Linux. I have a bash script which runs various test programs, and I want to determine which files in the current directory were created by the ...
1
vote
4answers
43 views
Actual days between two unix timestamps in PHP
No this is not the standard +86400 seconds between dates.
$start_time = strtotime("2012-01-15 23:59");
$end_time = strtotime("2012-01-16 00:05");
$daysInBetweenTimestamps = ?
That is the problem ...
1
vote
1answer
18 views
Convert list/vector of strings with date format into posix date class with R
I have a list of strings that is in our date format and I want to convert it into a list of posix dates that I can manipulate with R, how can I do that?
This is what I have but I end up with a list ...
1
vote
0answers
39 views
eclipse CVS usage: clean timestamps
during synchronisation with the CVS server, eclipse compares the content of the files (of course it uses internally CVS commands). But files without any content change are also shown as different, if ...
1
vote
1answer
63 views
How many bits are reserved for Webkit (Google Chrome) timestamps?
I know that Google Chrome uses an integer timestamp, properly called the Webkit timestamp, that is calculated by the number of microseconds since 01/01/1601 00:00:00 UTC. What I'm not sure is whether ...
1
vote
1answer
91 views
Trying to make sense of Windows timestamps…
I'm in a situation that involves the manual reconstruction of raw data, to include MFT records and other Windows artifacts. I understand that timestamps in MFT records are 64-bit integers, big endian, ...
1
vote
2answers
188 views
How to calculate effective time offset in RTP
I have to calculate time offset between packets in RTP streams. With video stream encoded with Theora codec i have timestamp field like
2856000
2940000
3024000
...
So I assume that transmission ...
1
vote
3answers
176 views
Why do I need to multiply unix timestamps by 1000 in JavaScript?
I'm sure there's a reason I have to add three zeros to every Unix timestamp in JavaScript in order to get the correct date. Can you tell me why? Is it as simple as milliseconds since the epoch vs. ...
1
vote
4answers
155 views
MySQL, Table with two dates?
I have a table, Where i need both firstmod and lastmod
firstmod needs to be the timestamp of then the row was created.
lastmod needs to update its self to the current time.
This is what i have so ...
1
vote
4answers
354 views
Regex to extract timestamp from a text in PHP
I have the following bit of text (or some similar variation of it):
Recurring Event
First start: 2010-09-16 17:00:00 EDT
Duration: 4800
Event Status: confirmed
I need to select ...
1
vote
6answers
251 views
unix timestamps and php
I have a list of unix timestamps in a database, and I wanting to select the ones that are from today.
i.e If today is Tueday, I want to get all the timestamps that were made today? Is it possible? Is ...
1
vote
2answers
328 views
Easy to use time-stamps in Python
I'm working on a journal-type application in Python. The application basically permits the user write entries in the journal and adds a time-stamp for later querying the journal.
As of now, I use the ...
1
vote
2answers
163 views
php timestamp problem
i have a "simple" problem with the PHP timestamp (on a linux machine).
I need to get the user birthdate in year-month-date (using 3 menus - html select). When the user is born on 1970-1-1 the ...
1
vote
1answer
200 views
Why my eclipse [on vista] shows incorrect file modification timestamp?
When I right-click on a recently modified file (like a jar generated by Java Builder) and view the file properties, the modification timestamp is always off by 2.5 hrs. Windows explorer, on the other ...
1
vote
2answers
112 views
Timestamps look different
In Rails, I find that timestamps in the console look different to the actual html view even when you have the same code. Unless I'm doing something really stupid:
>> article = News.first
=> ...
0
votes
0answers
26 views
List of popular timestamps
I've been searching for a list that contains popular timestamp formats. I'm trying to collate as many different time/date formats as possible that are in common usage in databases, languages and ...
0
votes
1answer
26 views
Using timestamps in rails to send emails
I would like to loop over my database and find every item that was placed a certain time period ago (like 5 days ago or 3 days ago) and send an email automatically to the user every time I run the ...
0
votes
2answers
49 views
How to add a time stamp to every SQLDatabase update
I have a Database that when ever i put in information about things i want the database to show a time stamp with the information that i put in.
0
votes
1answer
27 views
Rails 3.1 - timestamps in model and delayed time
I have generated a model in my Rails app (3.1) and I have a problem about saving the time into the DB table (through timestamps). The time is delayed of one hour. Exist any global solution of set up ...
0
votes
0answers
15 views
Synchronzing our own app's time with Mytracks
At the moment we have a program that works but we need to synchronize the two apps much better than we currently do. To get the current date in our application we use:
public int Tijd()
{
String ...
0
votes
1answer
43 views
Comparing timestamps in WP_Query
I can't figure out how to compare timestamps in the WP_query. On the site, classes/events are entered as posts with meta added for the date they begin. In calendar_functions.php, $begtime is defined ...
0
votes
1answer
57 views
Which MySQL field(s) should I use to properly store date time with millisecond precision?
I know MySQL only has a second precision when storing datetimes and timestamps. So what is the best, simplest and most robust workaround you would recommend to include milliseconds?
So far I have ...
0
votes
2answers
53 views
How to parse weird (for me) timestamp field
I want to parse an xml log file, using Java. The weird thing though is that it contains timestamps like this:
timestamp="1313932930.025"
It does not really seem as a unix timestamp since at first ...
0
votes
2answers
92 views
How to determine whether a UNIX timestamp occured 'last week'
I have a unix timestamp and I want to be able to test whether it occurred earlier than 12:00am Sunday of the current week. Any suggestions?
0
votes
1answer
260 views
Timestamp is too far from current time, How to handle this type of error message and stuck in the loading page
I am getting the error message as below:
Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x5d229c0 {data=<54696d65 ...
0
votes
2answers
204 views
Process forking, child processes etc. [Java]
I need to implement vector clocks in a small programming exercise and I decided to use Java for it. My question is not related to the actual algorithm of manipulating the vector clocks of processes, ...
0
votes
1answer
338 views
Timezone/DST agnostic timestamps with NSDate
I'm creating objects which will be sent to a server, and I'm trying to ensure I account for timezone and Daylight Savings issues, so I want my timestamps to be "seconds since 1970" regardless of ...
0
votes
1answer
484 views
Time Stamps, Qplot and strptime in R
This is a follow up question as hadley pointed out unless I fix the problem with the time stamps the graphs I produce would be incorrect. With this in mind I am working towards fixing the issues I am ...
0
votes
1answer
24 views
timespamp convert php
How do I convert the standard php timestamp e.g. 1278184362 into this format
2010-07-03 19:00:00 ?
needs to be exact...
Any ideas guys?
0
votes
1answer
225 views
How does my php function for converting a date to facebook timestamp look? New to PHP
any suggestions to make it better?
function convertToFBTimestamp($date){
$this_date = date('Y-m-d-H-i-s', strtotime($date));
$cur_date = date('Y-m-d-H-i-s');
list ($this_year, $this_month, ...
0
votes
2answers
961 views
Matlab time stamps reading
Any easy way to read all the columns in Matlab?
my format is
date time y1 y2 y3 y4 .........................
4/27/2010 00:3:09 34 45 45 56 ................
so on
...
0
votes
2answers
423 views
Converting NTFS timestamps to FAT Timestamps
I'm writing a file transfer application, and I need to copy files from NTFS to FAT drives. Reading from http://support.microsoft.com/kb/127830, I understand that a time such as #11/29/2004 7:31:06 PM, ...
0
votes
1answer
128 views
winapi - non-sense file timestamps?
I can't seem to get a reliable timestamp using winapi functions. For example:
int main(int argc, char *argv[])
{
HANDLE file;
BY_HANDLE_FILE_INFORMATION finfo;
SYSTEMTIME systime;
file = ...
0
votes
5answers
1k views
Converting days since epoch to seconds since epoch
At my new workplace, they represent a lot of dates as "days since epoch" (which I will hereafter call DSE). I'm running into issues in JavaScript converting from DSE to seconds since epoch (UNIX ...
-1
votes
2answers
152 views
Time since creation in seconds converted to readable time - Objective-C [closed]
Possible Duplicate:
iPhone: Convert date string to a relative time stamp
I have a problem. I have tried creating a way to get a time since stamp such as "14 hours ago" but it doesn't seem ...
-1
votes
1answer
72 views
JavatoC#(Timestamp)
I have this code in Java and I want to convert it to C#. Please help me.
public virtual Timestamp getMinProstyTimeStamp(string sCurrFieldName, string sWellName)
{
Timestamp ...