DateTime objects in many programming languages describe an instant in time, expressed as a date and time of day.

learn more… | top users | synonyms (1)

2
votes
0answers
56 views

string to boost posix_time then back again

Not a problem here, just a curiosity really. I'm wondering about amount of code I've had to write to achieve this when a similar operation with other language's dateTime implementations would have ...
2
votes
0answers
25 views

Rails on date object values returned by date.end_of_day.to_datetime and date.to_datetime.end_of_day when compared returns false

ruby 1.9.3dev (2011-09-23 revision 33323) [i686-linux] Rails 3.0.20 Recently why working on a project on RSpecs related to DateTime on Rails I found out that on a given date the values emitted by ...
2
votes
0answers
603 views

Deserializing JSON dates timezone-less

I have a problem that is breaking my head since yesterday and don't know how to deal with it. I have a date field in my database that contains the following value: Then my application get the ...
2
votes
0answers
226 views

Doctrine 2: How to enter a length greater than 24 hours into a “time” field

I have a database of audiobooks. Some of those books are longer in length than 24 hours. I am having difficulty creating a doctrine entity that will map a length property longer than 24 hours because ...
2
votes
0answers
113 views

why cxf jax-rs date field serialization have colon?

my class-entity for rest cxf service has a Date field. The format from the Jettison JsonProvider is: "date":"2012-08-13T16:40:07.281-03:00" But from the GSon client it's formatted for iso8601 ...
2
votes
0answers
302 views

Retrieve time zone based on locale country information (OS-independent)

Yet another date/time related question ;-) Before you aim and shoot Things are kind of messed up with a Germany + MS Windows + R combination as the following yields an invalid time zone: > ...
2
votes
0answers
519 views

Is browser required to detect user timezone for datetime input?

I installed Opera browser because it is currently the only browser that possess the HTML5 datetime calender functionality. There are two types of datetime input: one is the datetime-local where ...
2
votes
0answers
170 views

using expressions in ContentValues for update

I'm trying to do something in Android 10 like; UPDATE MY_TABLE SET DATE_FIELD = date(DATE_FIELD, '+1 days') WHERE _ID=123 Now I can see that sqlite3 supports various date functions but it seems ...
2
votes
0answers
190 views

Excel Interop Range.Value = arr[,] crashes with 0x800A03EC when arr[,] contains Date less than 1900-01-01

I understand the basic problem is that Excel represents 1900-01-01 as the value of 1. However, in Excel it's possible to manually type in values pre-1900. // this converts the DataTable to an ...
2
votes
0answers
407 views

Deleting all but last 5 mins of data from database - SQLite

I am trying to keep the last 5 mins of data stored in a sqlite database, i.e. delete entries over 5 mins old repeatedly. Looking at sqlites datetime function, I attempted many varients of the ...
2
votes
0answers
269 views

ZedGraph Only Graph non-holiday WeekDay Data?

I'm working with stock charting, and it would be super helpful to be able to graph with a DateTime being the x-axis datatype, and double being the y-axis datatype. Trouble is, with stock prices, ...
2
votes
0answers
540 views

Can I make a Flex line chart not purge values past max/min values

I want to use min/max values not to restrict what values exist but what values are shown.. I am having issues with both X and Y axes and not sure if flex is capable of doing what I want... on the Y ...
1
vote
0answers
26 views

Solar_noon function - having date/time calc issues

non-programmer type here attempting to construct a python solar noon calculation. I believe the code is just about there however I am having difficulty with obtaining the solar_noon time. I am using ...
1
vote
0answers
16 views

Django ORM - Sum of calculated time differences in a list

Python newbie here... I have a bunch of RoomBooking events with a start and stop time in my Django model, and I need to retrieve the total duration of every event within a month, grouped by company. ...
1
vote
0answers
26 views

converting getTimezoneOffset() into static timezone

I have the problem of trying to convert a GMT timestamp on some json to localtime for use in Highcharts. But because there is a lag between getting the json with the timestamp and when the function ...
1
vote
0answers
18 views

Showing date and time by visitor's computer time zone

I want my wordpress posts and comment date and time to be converted to visitors computer time zone. That way user should know what exact time post or comment was created by his local time. I know ...
1
vote
0answers
58 views

Date change when converting from XMLGregorianCalendar to Calendar

When testing out a program that maps dates from specific types, and noticed that sending any date before the Gregorian calendar start time resulted in a loss of accuracy when casting to the final ...
1
vote
0answers
50 views

How can I convert timezone of one City to another?

I want to convert timezone of one city to another, using Joda DateTime, the process is straight forward, but I have a problem. I am referring to Joda Database and I am unable to locate specific ...
1
vote
0answers
74 views

How programmatically change time and date at linux (ubuntu) by Java?

Anybody know how programmatically change system time and date at linux (ubuntu) by Java ? I'm two days looking for decision for this but not yet find... I tried use Date(), SimpleDateFormat() and ...
1
vote
0answers
103 views

PHP PDO date time formats

So I am using PHP PDO to load a class I have created called 'User' from mysql. My object contains several fields including 3 date fields. But for some reason, when I dump the object (using ...
1
vote
0answers
111 views

Date Setting to 01/01/0001 00:00:00 in MVC 3.0 Web Application after submit button click

I have a designed a form for my MVC Web application with which the user can enter details . One of the details is Date which he /she can choose from a DateTime Picker. After entering all the details ...
1
vote
0answers
72 views

Date format PATTERN validation, not date validation

I have a TextBox where the user is able to enter in their preferred date format pattern (e.g. dd/M/yyyy, yy-dd-mm). How can I validate this Textbox? I could do it on the server-side by setting the ...
1
vote
0answers
82 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, ...
1
vote
0answers
61 views

Mono error format exception but not on windows

Any reason why I get this error on Mono but not on Windows? Unhandled Exception: System.FormatException: Invalid format string at System.DateTime.ParseExact ...
1
vote
0answers
592 views

extjs 4 Ext.form.Panel using loadRecord and updateRecord date fields set to null

I have a grid and an action button that opens a form. THere is a date field in the grid and on the form that is not editable - however when I do updateRecord, the data field value is set to null in ...
1
vote
0answers
31 views

Using data in a .txt file as a constraint against a datetime

I am looking for some advice, I am looking to see if it is possible to use the date & time from a text file generated from a batchfile code in the batchfile sets the date as the following: set ...
1
vote
0answers
304 views

Using pandas.io.sql.read_frame, can I parse_dates, as in read_csv?

I am reading a data_frame directly from pandas.io.sql.read_frame: cnx = pandas.io.sql.connect(host='srv',user='me',password='pw',database='db') df = pandas.io.sql.read_frame('sql_query',cnx) It ...
1
vote
0answers
130 views

Ajax post javascript date as UTC OR server Time

I am trying to post a created date to an ASP.Net MVC controller without the date being modified by the serializer. I am looking for some kind of way to do this on the client. The date is being ...
1
vote
0answers
41 views

How to handle “full” foreign-language date-strings in google-apps-script?

Writing a Javascript program in Google Apps Scripts, I'm encountering datetime strings that look like 2nd line in //German März 1, 2013 @ 19:00 - 23:00 //"March 1, 2013 @ 19:00 - 23:00" This ...
1
vote
0answers
35 views

Finding transition date/times from standard to daylight savings and vice-versa in CoreFoundation

I'm trying to replicate the functionality of the Windows function GetTimeZoneInformation, which populates a TIME_ZONE_INFORMATION structure, using CoreFoundation. I've made a function that turns a ...
1
vote
0answers
86 views

Is the time format different between windows PHP and linux PHP?

I'm not a web developer, but I inherited a PHP (version 5.2.13) site on a linux VM. The first thing I was asked to do was put the PHP site onto an IIS server. I did that, but the users of the site ...
1
vote
0answers
134 views

Which date formats are IETF-compliant RFC 2822 timestamps?

I need to parse dates in JavaScript. The format is [2 digits day]/[2 digits month]/[4 digits year] [2 digits hour (24 mode)]:[2 digits minute] For example, 16/02/2013 21:00 But if I do new ...
1
vote
0answers
86 views

Retrieving time incorrectly as 1970-01-01 as opposed to format HH:mm

I'm trying to add a time to sqlite database. Here is some information before I ask the question: The time field in sqlite is of type DateTime. In the bean DTO class, getters and setters correspond ...
1
vote
0answers
43 views

MySQL server version for the right syntax group by datetime

I have been trying to solve the issue to group by datetime for sometimes but I still can't resolve it. Please give some advice on what wrong with my syntax? Sytnax error message i get:- You have an ...
1
vote
0answers
101 views

how print local timezone in posix format in java(android)?

i want somehow to print local timezone in EEE 1003.1 (POSIX) format. in a form: std offset dst [offset],start[/time],end[/time] described at ...
1
vote
0answers
109 views

How to save ffmpeg stream with datetime

I would like to write an output format from a ffmpeg encode line to save the stream in a SD card with date and hour. To simplify the question I write the following (just ignore the extras): import ...
1
vote
0answers
128 views

ODP.Net OracleBulkCopy 'not a valid month' with a date field

First it is important to note that this error is occuring while importing a set of data using the OracleBulkCopy object in a WPF application with the data stored in a DataTable object. In this table ...
1
vote
0answers
42 views

python elegant bypass to not having locale.D_T_FMT on windows

Here's the deal. I have a tool written in C# (not mine, can't change it) that among other things prints to the log time and date in the current locale. So far so good... I want to write a python code ...
1
vote
0answers
65 views

Creating a graph for each user on my app

I'm trying to create a graph for each user that is added into my app. This graph will display the day in this format 21 Dec 2012 on the x-axis and numbers from 30 to 30000. Say this is day 1, the user ...
1
vote
0answers
318 views

Display Oracle date in a given format with JSTL using Hibernate

I have a date field in a table in an Oracle(10g) database which is mapped by TemporalType.TIMESTAMP in Hibernate like, @Column(name = "DISCOUNT_START_DATE") @Temporal(TemporalType.TIMESTAMP) private ...
1
vote
0answers
63 views

Count down Using server DATETIME

I want to set a contest for a fixed moment to my website. I want to set the 'Begin Time' with date & 'Ending Time' (Only length like "5 days, 12 hours, 30 minutes" or full date & time). Using ...
1
vote
0answers
218 views

Update database with value from datetimepicker

Using Visual Studio 2010 and c#, I created a windows form and dragged text fields from the data sources tree to the form. The fields display fine and when I change the text in one of them and press ...
1
vote
0answers
154 views

Jewish,Persian and Arabic DateTime model binding in asp.net mvc

Some countries like Iran, Israel and Saudi Arabia use their special calendar. for example Gregorian date "2012-12-11" is "1391-09-21" in Iranian calendar. For many reasons(Eg. database functionality) ...
1
vote
0answers
88 views

Empty list of DateTimeZone::listIdentifiers() on ISPConfig 3.0.4.6 and PHP 5.3.2

I'm trying to execute a PHP script on a ISPConfig virtual host, but I got this error: $now = new DateTime("now", new DateTimeZone("GMT")); echo "\n" . $now->format('D, d M Y H:i:s \G\M\T'); ...
1
vote
0answers
114 views

Creating a chart w/ variable date range-where data comes from access and min and max date are selected from drop downs from dame data source

I'm seeming to have run into an issue in creating s stock chart. I have a simple data set in Access of 1 stock, with price data (double) and a each day listed as date/time. So when I load the data ...
1
vote
0answers
146 views

SQL Server datetime culture (localization) headache

SQL Server 2005. Visual Studio 2010. ASP.NET 2.0 Web Application This is a web application that supports multiple languages, one of them is Korean. I have “langid” in the query string to ...
1
vote
0answers
96 views

Android convert DateTime from AM/PM to 24 hours

After research on SO, I found this code, but it doesnt work for me. Gives a error and I can´t figure out why. I already tried to change the format, and nothing. String date = "11/28/2012 10:05:00 ...
1
vote
0answers
75 views

date time settings in vs2010 debugger

I use a query that takes in a datetime parameter such as: SELECT * FROM Table WHERE logindate=@logindate Then I used parameter to pass in the @logindate value in C# ...
1
vote
0answers
116 views

Formtastic Unable to find input class for date_select

I'm creating a very basic form with formtastic and mongoid as ORM. Now I first tried to set the type of my field manually but I got the same error. Now I also applied this 'patch' so the field types ...
1
vote
0answers
206 views

Issue in getting Android ACTION_TIME_CHANGED Broadcast

Need to get a broadcast when user changes Date/Time manually but not when the system updates Date/Time. I am using ACTION_TIME_CHANGED and it works but it notifies even for normal Date/Time changes ...

1 2 3 4 5 24