A timestamp is the time at which an event is recorded by a computer system. The timestamp term may also refer to Unix Time or to the timestamp data type.

learn more… | top users | synonyms

0
votes
2answers
27 views

iPhone is there a way to analyze timestamps of all photos on the camera roll?

I have ~3200 on my iPhone over 2 years and would like to create an app that analyzes and plots when I took these pictures (ex: I was very actively photographing for a week, and then stopped). Is there ...
0
votes
1answer
19 views

How to get time with respect to MySQL timestamp, in ActionScript 3?

I want to show an ActionScript 3.0 Timer, with respect to a timestamp gotten from MySQL. So suppose MySQL (PHP) returns a string like $my_birthday="2013-05-22 12:30:45" I got it from ActionScript by ...
0
votes
1answer
7 views

timestamp, rowversion and datetime - I need a mark when a row is inserted or updated

I have the following requirement: I have a table with 1 unique auto-incremental Int ID and data columns. I need the following: Every time a row is inserted into that table, a column at the right end ...
1
vote
2answers
18 views

How to compare FireBird Database TIMESTAMP with PHP time() value?

My db has a data field of type TIMESTAMP. It's called "mytime". I get a number from php's time() function. e.g: print time(); Then I query the db: SELECT * FROM mytable where mytime > ...
0
votes
2answers
53 views

String timestamp to Calendar in Java?

A simple question which I can't find an answer to. I have a String which is a timestamp, I want to make it into a calendar object so I then can display it in my Android application. The code I have ...
1
vote
1answer
18 views

Adding time to rows with a specific timestamp in a database

I have a database table that includes a timestamp for each record. Everyday this database is updated by a cron that was set to run 1 minute before gmt midnight (23:59:00). We are changing the cron to ...
2
votes
3answers
62 views

what is the format of this timestamp - “1369158405”?

What is the timestamp format for this - "1369158405"? This link http://www.timestampgenerator.com/ provides such formats but I could not find any information on the format name. I am also curious ...
1
vote
2answers
41 views

How do you count the distinct values for each day using a timestamp column?

I'm using mysql and I'm having trouble thinking of a query to count the number of users/visitors for a certain date range. The way that I'm currently doing it is using php, I select the date range and ...
1
vote
2answers
21 views

MySQL Problems with IF Statement and TIMESTAMP

I'm trying to make a query that has the following behaviour: Insert a new row if :id = NULL or a row where id = :id doesn't exist yet. Update the an existing row if a row where id = :id already ...
1
vote
1answer
25 views

Compare Folders by Last modified Date (PERL)

Could somebody please assist me in comparing last modified dates in Perl? Currently I have: use File::stat; use Time::localtime; my $fh = "$directory/$file"; my $timestamp = ...
0
votes
2answers
27 views

Use timestamps to retreive the most recent customer data from multiple tables in database

I have the four tables in a database: CustomerMaster,Addresses,EmailAddresses, & PhoneNumbers Addresses,EmailAddresses, & PhoneNumbers reference CustomerMaster's primary key. I would like ...
5
votes
2answers
28 views

Conversion from miliseconds to Unix Timestamp from different times gives same result

I have two variables: tempTimeRequests timeLastUpdateRequests Both are given in milliseconds since epoch. I'm facing a bizarre behaviour from js: the result I get for alert( ...
1
vote
1answer
29 views

CScript:Timestamp since epoch in miliseconds?

I need to get the current time-stamp in mili-seconds since the Unix epoch. I got WScript.Echo DateDiff("s", "01/01/1970 00:00:00", Now()) from answer to this question: Is there a way to get ...
0
votes
1answer
27 views

How to write TIMESTEMPDIFF QUERY in model codeigniter?

In MYSQL phpmyadmin i can run this query : SELECT TIMESTAMPDIFF (MONTH, periodmulai, periodselesai) FROM tb_projek but how do I write that query in Model codeignitor way? That doesn't work public ...
1
vote
1answer
12 views

Removing a timestamp with a JS regular expression

So I'm beginner with js and regexps are a sore spot for me. I need to remove a timestamp from my dropdowns. Here is how it appears: <option value="Aqua"> <span>Aqua - Available to ship ...
0
votes
1answer
36 views

time() safe in mysql doesnt work [closed]

I have a little problem safe the current time in Mysql. The Table have two rows: timestamp - on update CURRENT_TIMESTAMP A PHP file Here is my code: $stamp = time(); if (mysqli_connect_errno() ...
2
votes
1answer
13 views

Mac OS or Linux - Change year but leave Month Day Hours & Seconds untouched

I need to recurse a directory tree and update the YEAR ONLY portion of the timestamp for all files to a certain year. I can't work out how to do this with touch. I can't use touch -A since the the ...
0
votes
1answer
15 views

problems in timestamp insert Godaddy

I have an insert code on which is works on localhost but on my hosting which is Godaddy (Linux) i am having timestamp problem when i insert timestamp gets 10 hours back from my local time. i have ...
0
votes
0answers
10 views

logstash. convert timestamp to UTC and add to field

I am shipping combined appache log to logstash. How can I convert event timestamp to UTC and add it to new field?
2
votes
1answer
32 views

Date value in mysql tables changes while exporting mysql db

I am exporting mysql table to setup it on live, but while exporting DB I noticed that my date column value is changing.. If it was "2007-06-11 00:00:00" earlier then after export it is now changed to ...
0
votes
0answers
16 views

Elastic search _timestamp path

I am using Logstash to export the logs onto the elastic search database. The problem is that I want to specify the TTL(time to live) with each index as well, which is working completely fine. Here is ...
0
votes
1answer
17 views

SQlite creating a database with a timestamp column and adding a value in

I am trying to create a database that called rawData. The db will hava a column for the id, a foreign user id (_id from another table), data and finally a timestamp. My question is how can I create a ...
2
votes
3answers
45 views

What format of a timestamp is this?

I have to make some changes on an wordpress plugin. The plugin gives back this timestamp format: 1364495828.1500 What's the name of this format and how can I change it to DD/MM/YYYY - HH:MM??? I am ...
2
votes
1answer
29 views

format.POSIXct to as.POSIXct conversion issue [duplicate]

I have a POSIXct variable with the value "2012-04-15 16:49:36 CEST". The format function returns the year, week of the year and the weekday in decimal numbers, for this example 2012 15 0. The ...
0
votes
1answer
31 views

seconds value in timestamp in filename gettin rounded off sometimes

For one task I have to create files with the timestamp attached in filename for uniqueness. There is another program which reads these files. The condition for the other program to pick these files is ...
0
votes
1answer
22 views

Querying MySQL Timestamp in PHP

I'm querying the timestamp from the field created in the table messages. My database table currently stands as.. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | msg_id | messages | ...
4
votes
2answers
42 views

PostgreSql: Getting strange-formated “timestamp with time zone”

I am inserting into the table with field type "timestamp with time zone" string "1858-11-17 01:09:05+0000" and getting back strage formated value "05:11:29+04:02:24". Here is session test=> ...
2
votes
1answer
26 views

Redirect output processed via vbscript (cscript) to file

Issue with command output: I am attempting to have a continuous ping report back to a text file. Started with: ping 127.0.0.1 -t >> C:Textping.txt Works great I also want to have ...
0
votes
2answers
19 views

pythonian comparison: date.time from csv file to date.time from timestamp

In python I import a csv file with one datetime value at each row (2013-03-14 07:37:33) and I want to compare it with the datetime values I obtain with timestamp. I assume that when I read the csv the ...
0
votes
2answers
39 views

Sorting Array of Datas in Objective C

Say I have Stored some array of data using NSMutableArray. The stored array contains Timestamp and real time datas I am receiving array of size 6 each time from a sensor device. The first position ...
1
vote
4answers
41 views

SQL query for combining rows that have overlapping dates in separate columns

this is an odd question. let me lay out my table structures... my 'server' table gives me status information of my servers (i get a few of these messages every minute). my 'client' table is updated ...
0
votes
4answers
39 views

Current timestamp field in mysql table is not updated automatically

I really apologize for asking such a simple question but i am stuck in it. Actually my table has three coloumns such as id, status and date. The date field is current timestamp (Also I have selected ...
0
votes
1answer
31 views

How to get the month name in French and year from a number

Is there a way in PHP to print the month name and year in french when we have a number in this format 52013 or 42013 ? I have tried: $month = 42013; $monthNr = substr($month, -5, 1); $timestamp ...
2
votes
1answer
20 views

Rails don't generate create_at for fixture

I have a model Question with "question_id", "elapsed_time", "allowed_time" and "status" as its fields and a controller named Reporting that receive JSON containing questions and save it. ...
1
vote
1answer
50 views

Convert varchar to timestamp in SQL Server 2008 R2

There is table with timestamp column in SQL Server 2008 R2. When I only add this column to my table I see values like this 0x00000000000007D1. I try to put data into it: UPDATE test_time SET date3= ...
0
votes
1answer
16 views

Subtracting (Apache log) timestamp strings in python?

I have an apache log which has timestamps like: [03/Feb/2013:02:52:05 +0000] As a string. for my purposes the trailing +0000 isn't needed. My end goal is to get the time-difference between two ...
0
votes
1answer
30 views

Find records in array in time range

I'm adding some account-spamming security to my registration script. The aim is for the script to reject the user from creating a new account if over 10 accounts in the database match their IP ...
0
votes
1answer
37 views

Check if line is a timestamp in Python

I have a script that runs every 30 minutes on my server, and when it's done it writes a timestamp to the last line of the file. It does this to about 20+ files in one directory. I'm trying to write a ...
1
vote
2answers
30 views

MySQL reorder string using regexp?

I have a mysql table with a varchar fields containing date values in the format; "dd/mm/yyyy" I would like to reorder these string values, and create a datetime value or a timestamp, so I can order ...
0
votes
1answer
31 views

Consequences of Indexing the rowversion/timestamp column on SQL Server

Related to my prior question about having a sequence without interim holes (a guarantee that the numbers that are visible to readers are always incrementing) enter link description here I'd like to ...
0
votes
1answer
21 views

How can I select distinct column based on max datetime (another column) also joining two tables in MySQL?

I've read many somewhat similar questions here and tried everything I can think of, without success. I think I've found the question based on a single table, or without the need for getting a ...
0
votes
5answers
81 views

calculation comparing sql timestamp and php date(“y-m-d h:i:s”)

Is there a way to see if ((the current time - a timestamp in a database)>10 minutes) in php? I have a row in a database called lockout. I have the following code so far: echo ...
0
votes
0answers
28 views

How to convert timestamp to ISO 8601 date and time format? [duplicate]

I need to convert timestamps to the ISO 8601 date and time format, which is defined as: YYYY-MM-DDTHH:MM:SS.SSSZ (e.g., 2004-08-04T19:09:02.768Z) I can get the year, month, and day using the ...
1
vote
1answer
25 views

Format mysql TIMESTAMP AS x days, x hours, x minutes, x seconds

I have table that saves tickets information, and I want to know how long time the ticket stayed in a certain pool. I wrote the following query: SELECT ...
0
votes
2answers
18 views

Select current months records mysql from timestamp column

I have a mysql DB that has a TIMESTAMP field titled date. How can I select all fields where the month is the current month? Thanks in advance!
0
votes
2answers
32 views

how to format timespan in wpd DataGrid?

I had a TimeSpan saved into SqlCe in ticks, and when i load the data in a DataGrid i want to format this value in HH:MM:SS. I try it with this: <DataGridTextColumn Binding="{Binding tiempo, ...
0
votes
2answers
29 views

Which type of timestamp is this and how to convert?

I have some values as follow: Time stamp= 46545775926 GPS TIME(S)= 1037863153 GPS TIME(US)=841354 I don't know which type of timestamp the time stamp is.How can I convert GPS TIME(S) and GPS ...
1
vote
2answers
30 views

How to convert ZSH ls timestamps to %Y-%m-%d?

Anyone know how to convert ZSH ls timestamps to %Y-%m-%d? From This(ZSH): host1% ls -lrt | tail -1 -rw-r----- 1 user group 4802 Mar 21 15:41 get.csv To This(BASH): user@host1:/home/user> ls ...
-1
votes
1answer
28 views

Oracle TimeStamp update/insert year interpret

Am I right in thinking within Oracle, if I were to do a an Update/Insert to a TimeStamp column with the following... UPDATE tblBlah set TimeStampColumn = to_timestamp('01-01-99 12:00 AM', 'MM/DD/YY ...
0
votes
0answers
23 views

mySQL - I want to select only the 75 most recent posts unless a column deems the post 'permanent'

Here is what I have tried: SELECT * FROM posts WHERE ( post != '' AND timestamp >= ( SELECT `posts`.`timestamp` FROM posts WHERE post != '' ORDER BY timestamp DESC LIMIT ...

1 2 3 4 5 53