The number of seconds between a particular date and the Unix Epoch on January 1st, 1970
0
votes
2answers
36 views
Inserting two seperate fields into one record php mysql
I have created a planner using php and jquery on my application. I have a section, where the user inputs start date and start time, and another where they input the end date and end time. The fields ...
1
vote
3answers
67 views
Calculate how many hours since the epoch?
it's a simple question, but I'm nervous about how complicated the answer might be.
I want to know in my application, how many hours have passed since the epoch. More specifically, I want to know "how ...
1
vote
1answer
14 views
Ubuntu 11.10 file system does not implement creationTime?
From the following quote taken from the javadoc.
FileTime creationTime() Returns the creation time. The creation time
is the time that the file was created. If the file system
implementation ...
0
votes
1answer
46 views
MySQL comparing date from unix timestamp
So i have a session table which in essence has the following cols:
session_id | user_agent | last_activity (in unix timestamp)
When i tried to display the session_id and last_activity from a session ...
0
votes
2answers
42 views
PHP date to timestamp conversion not working as expected
I have following function which should just add number of weeks to the start date and return the end date, however i get wrong end date for values greater than 20 ,
for example the
start ...
1
vote
2answers
56 views
How to convert any human readable date to unix timestamp [duplicate]
I have a date like this 01/20/2013 and trying to get the unix timestamp for this date. I have searched a lot and found out that how to convert present date into unix timestamp but didn't find my ...
0
votes
1answer
39 views
Convertion from unix time to Calendar - there is a one hour inconsistency
I have written this method to convert unix time to a calendar object:
/**
* Converts Unix time to Calendar instance.
*/
public static Calendar unixToCalendar(long unixTime){
Calendar ...
0
votes
3answers
45 views
Getting days from DateTime() above 30/31 so it doesn't carry over to months
I'm calculating the difference between 2 dates using DateTime() and it's working fine. The problem is that I want to have the days format be able to go above a full month so 30/31 or higher.
$now = ...
0
votes
1answer
64 views
JQuery/CSS Calendar
I am looking to implement the following:
Calendar example
What I am looking to do is wipe out all the events and start fresh with my own event dates. There are many locations where I see date ...
1
vote
2answers
101 views
How to calculate the number of days between 2 unix timestamps in perl?
There has any simple ways how to calculate the number of days between two unix timestamps in perl,
Ex, $time1= 1366601846 and $time2 = 1366431011, so the output is 2 days.
Even the differences ...
0
votes
2answers
120 views
Countdown timer using Moment js
I am making a countdown timer for an event page, i used moment js for this.
Here is fiddle for this.
I am calculating date difference between event date and current date (timestamp), then using ...
2
votes
2answers
37 views
Times out by 1 hour in database
I've just taken over the development of a new system from a previous developer, and to be honest it's a mess.
All the diary items are ahead by 1 hour, the format they are saved in is 1355385600. The ...
1
vote
1answer
20 views
Translating sqlite3 timestamp format on Windows
Sorry if this sounds like a puzzle, but it does have puzzling me for a while. :)
From a sqlite3 db file, one of the record has last_visit_time field of value 13010301178000000 (INTEGER type).
How ...
2
votes
1answer
97 views
Same datetime across timezones in browser - on a booking engine
I'm looking for the best practice/solution to book a service internationally, using same time in any browser. I don't quite get the logic (and dug around here too).
Use case
user in Brussels ...
1
vote
2answers
82 views
Convert epoch/unix to Datetime [duplicate]
This is question is not a duplicate, this quesitons demonstrates a problem with a method of conversion, not how to perform the conversion. Read the question in full.
I have a timestamp which I ...
-1
votes
3answers
70 views
Recording date as timestamp with PHP & SQL [closed]
First time posting a question here so please bear with me. Below is the code of a page I am making:
<?php require_once('Connections/reps.php'); ?>
<?php
if ...
0
votes
2answers
103 views
How can I sort a directory by creation date in BASH?
I'm trying to create a simple script to list the 16 most recent folders created in a directory on my nas machine as a way to display the most recent movies added to my collection.
the script i am ...
1
vote
2answers
54 views
Find out how long ago something happened
I've got a webpage which records in UNIX when it was last viewed into a datbase field.
I want to pull off a report incuding how many days ago this page was last viewed. I'm doing this in PHP
How do ...
1
vote
1answer
64 views
Php DateTime instance using timestamp returning wrong results
I use php DateTime all the time and I've just done some work on an older app that uses date() for everything. I noticed my DateTime times weren't matching up with the date() times. This has me fairly ...
0
votes
2answers
46 views
Problems with my unix-epoch time converter
I wrote a simple function to fill three variables with the current year, month, and day.
However, for some reason it is not working correctly, and I can't seem to find the problem.
void getDate(int ...
0
votes
0answers
33 views
Detecting System Time Edits
I want to know whether system time in Mac OS X is changed by the user or not ? Is there any way to detect it? A Java solution would be preferred, but I will accept any. Actually, I need to reset a ...
1
vote
2answers
45 views
Converting mysql unix time and using BETWEEN
I have a form where the user can choose 2 dates, hit submit, and the form returns tickets that were created between those 2 dates.
The dates from the form are in this format: mm/dd/year
The dates ...
6
votes
2answers
468 views
bar graph using AChartEngine library
I have a bar graph using AChartEngine library as shown below ::
public class MainActivity extends Activity {
private String[] mMonth = new String[] {
"Jan", "Feb" , "Mar", "Apr", ...
1
vote
1answer
56 views
How can I get correctly displaced UTC timestamp from a unix timestamp in hsqldb
In hsqldb the function TIMESTAMP ( ) returns a WITHOUT TIME ZONE timestamp which is adjusted to session's time zone before any further conversion.
So lets say my session is at UTC+1 and I have a ...
0
votes
0answers
18 views
Modify sortby plugin to work with unix timestamp
I would like to modify this smarty plugin so it will work with a unix timestamp.
I am trying to display content by date order sortby views.
{foreach from=$files|@sortby:"#approval_date, -#views" ...
-1
votes
3answers
53 views
how to filter hours from one timestamp and placing that hours into another timestamp in Javascript? [closed]
I have one timestamp e.g., t1 = 1364571300 which is 29/3/2013 16:35:00 (in my local timezone (CET)).
From t1, I only want to get hours which is 16:35:00
Then I have another timestamp: e.g., t2 = ...
0
votes
0answers
26 views
Any way to get timestamp on history command result without exporting any variable?
I want to display timestamp on history command result, on googling I found that by using export HISTTIMEFORMAT=' %F %T ' , I can get the timestamp but in my environment exporting anything is not ...
2
votes
3answers
60 views
Convert time (eg 15:00) to UNIX timestamp [closed]
Is it possible to convert a time (for example "15:00") to UNIX timestamp using PHP?
Unfortunately, my source of this data doesn't include the rest of the date/time data (date etc.)
I know which ...
0
votes
1answer
67 views
Highcharts Dates Wrong
I have the following JSON:
[
[1230768000,2],
[1233446400,3],
[1235865600,2],
[1238544000,6],
[1241136000,1],
[1243814400,2],
[1246406400,7],
[1249084800,3],
[1251763200,5],
[1254355200,2],
...
1
vote
3answers
367 views
Convert milliseconds to Timestamp
I know that to convert a Unix timestamp in milliseconds to an SQL timestamp I can use
SELECT TO_DATE('1970-01-01','YYYY-MM-DD HH24:MI:SS') +
(:timestamp / (1000*60*60*24)) FROM DUAL;
But I ...
0
votes
1answer
26 views
File Mod Time Discrepancies On Upload
I'm doing a file sync between a client, server and Dropbox (Mac client, Debian server). I'm looking at the mod times of files to determine which is newest. On the client I'm using ...
0
votes
1answer
29 views
Need to convert Wed Mar 13 00:18:06 2013 into datetime in Unix
I have two variable and they are assigned to the following value
Start_time=Start time: [Wed Mar 13 00:18:06 2013]
End_time=End time: [Wed Mar 13 00:18:12 2013]
now I need to subtract the ...
0
votes
0answers
36 views
how can i convert unix timstamp in to the corresponding integer (BIGINT) value
I'm trying to create a partition table based on the column which has the unixtimestamp in number format.
CREATE TABLE TABLE_NAME (
TIME_CREATED number, // it has unix timestamp as number
ID ...
1
vote
1answer
106 views
Google Indexing Non-Existent URLs. WordPress Doesn't Show 404
I was inspecting the Google search results for: "site:mywordpress.org." And found lots or pages indexed that shouldn't exist.
There are two problems here:
I don't know how Google located, crawled, ...
-2
votes
7answers
101 views
How to convert the date 11/03/2013(i.e. 11 March 2013) to unix timestamp in php? [duplicate]
I want to convert the date in above format to the equivalent Unix Timestamp. I searched a lot but couldn't get any solution. Can anyone help me out to resolve this issue? Thanks in Advance.
-3
votes
3answers
285 views
How to convert “YYYY-MM-DD hh:mm:ss” to UNIX timestamp in Java?
Or, maybe you know a better approach how to solve this problem. I get dates in the format of "YYYY—MM-DD HH:MM:SS" and need to calculate time difference between now then in approximate increments: 1 ...
0
votes
1answer
96 views
Problems with finding the days between two unix timestamps
I know there a lot of questions and answers of this already, but unfortunately I think my situation may be unique? For some reason, the time-change seems to be making the day calculate as one day ...
0
votes
1answer
36 views
Strange DateTime format
Please help me to figure out how to parse this strange date-time string with ruby:
"TimeStampUtc": "\/Date(1328696521000+0000)\/
"Date"=>"/Date(1365703200000+0100)/
2
votes
2answers
77 views
Unix DateTime Discrepancy
The function below is supposed to convert the following unix time into a C# DateTime object:
1362506086000
The time above is supposed to represent March 5, 2012 12:54 PM.
However, everytime I run ...
0
votes
1answer
41 views
get 10 birthdays including upcoming and passed with age count from mysql field of unix timestamp
I cant figure out mysql query for it so i was thinking maybe someone can help me.
I have mysql table with users data including their birthday (inserted by php with time()) and i need to get 10 ...
0
votes
1answer
52 views
Cassandra Timestampe
I want ask about timestampe formate in the insert command
in the following sample when i insert any number like "12" or "15" in the "message_sent _at"
I found that all the values of the timestamp ...
0
votes
0answers
32 views
flow-tools. Get timestamp of first packet
Good day.
There is an example on data:
unix_secs,sysuptime,dpkts,doctets,first,last,srcaddr,dstaddr,srcport,dstport,prot
...
0
votes
3answers
177 views
Python: Convert Varbinary type timestamp to unix time stamp
I have a mysql database that store timestamp in a varbinary column and my goal is to convert this to unix time stamp so I can do a elapse time between two time slots.
...
0
votes
2answers
104 views
Oracle working with UNIX timestamp
I have a sessiondata table with session data from Zend_Auth_Db.
I want to run an Oracle procedure every 30 seconds to check if the MODIFIED field in the table hasn't been updated in the last 120 ...
0
votes
0answers
33 views
CSV column to Unix timestamp
I have a column of TimeStamps which looks like this
2012-12-14 22:22:00
2012-12-14 21:55:00
2011-09-21 13:21:00
I would want to create another column OR replace this column which contains the Unix ...
3
votes
2answers
94 views
PHP strtotime fails for 1 digit minute or second
php strtotime() failing, for one digit of minute or second.
for e.g-
echo date('m/d/Y H:i:s', strtotime('02/23/2013 8:50:1 PM')); // 01/01/1970 01:00:00
echo date('m/d/Y H:i:s', ...
-1
votes
2answers
281 views
How to set date/time from unix timestamp under bash [closed]
How to set date/time from unix timestamp under bash
root@M501 />date
Thu Jan 1 00:10:49 UTC 1970
root@M501 />date +%s
652
root@M501 />date +%s -s "`date +%s`"
date: invalid date `662'
as ...
0
votes
1answer
14 views
Difference tabels based on Id and unixtimestamp
My table is looking as folowing:
unix_timestap ID value
1351058019 1 500
1351058029 1 505
1351058039 9 105
1351058049 9 200
1351076620 1 520
I would like be ...
0
votes
1answer
64 views
Query to get rows with a UNIX Timestamp of today
In my DB I have UNIX Timestamps as due dates for jobs that need to run. On a given day or a given hour I'd like to know which jobs need to run. I have the following code to query my jobs table:
$job ...
3
votes
1answer
88 views
UNIX timestamp(0): Europe/London returns UTC+1
Learning dates and they're giving me hard time right now.
$london = new DateTime();
$london->setTimestamp(0);
$london->setTimeZone(new DateTimeZone('Europe/London'));
echo $london ...





