aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-time-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Removed illegal '-'s from strptime msgstr, this fixes #43558, AppointmentSuresh Chandrasekharan2003-08-211-4/+17
* Fixes #43775JP Rosevear2003-05-311-3/+4
* fix a comment (e_localtime_with_offset returns the offset in secondsDan Winship2002-11-081-1/+1
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-1/+0
* New. Like mktime(3), but assumes the input time is UTC.Dan Winship2002-09-051-5/+56
* if the year was two digits, add the current centuryJP Rosevear2002-08-221-1/+20
* added a 2nd format, with the weekday and the date. We need this so we canDamon Chaplin2001-10-301-2/+5
* only use 1 format, so we are consistent everywhere. If we support multipleDamon Chaplin2001-09-181-141/+172
* Added format for "7 PM" and equivalents. Fixes bug #7456.Federico Mena Quintero2001-09-011-4/+10
* added comments to help translators a bit.Damon Chaplin2001-08-201-0/+10
* Generalized function for trying a number of strptime() formats on aFederico Mena Quintero2001-07-171-53/+93
* skip any non-digits while looking for dates and times. This should fixDamon Chaplin2001-06-141-18/+7
* got rid of '%n' at end of each format string for strptime. I don't knowDamon Chaplin2001-06-111-8/+8
* Remove #include <glib.h> Shuffle some headers. Remove #includeKjartan Maraas2001-03-301-0/+1
* added function to format just the time.Damon Chaplin2001-03-191-8/+45
* new files to contain functions to parse and format dates and times forDamon Chaplin2001-03-051-0/+292