| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed illegal '-'s from strptime msgstr, this fixes #43558, Appointment | Suresh Chandrasekharan | 2003-08-21 | 1 | -4/+17 |
* | Fixes #43775 | JP Rosevear | 2003-05-31 | 1 | -3/+4 |
* | fix a comment (e_localtime_with_offset returns the offset in seconds | Dan Winship | 2002-11-08 | 1 | -1/+1 |
* | First big sync of my GNOME 2 porting work (incomplete, and still | Ettore Perazzoli | 2002-11-02 | 1 | -1/+0 |
* | New. Like mktime(3), but assumes the input time is UTC. | Dan Winship | 2002-09-05 | 1 | -5/+56 |
* | if the year was two digits, add the current century | JP Rosevear | 2002-08-22 | 1 | -1/+20 |
* | added a 2nd format, with the weekday and the date. We need this so we can | Damon Chaplin | 2001-10-30 | 1 | -2/+5 |
* | only use 1 format, so we are consistent everywhere. If we support multiple | Damon Chaplin | 2001-09-18 | 1 | -141/+172 |
* | Added format for "7 PM" and equivalents. Fixes bug #7456. | Federico Mena Quintero | 2001-09-01 | 1 | -4/+10 |
* | added comments to help translators a bit. | Damon Chaplin | 2001-08-20 | 1 | -0/+10 |
* | Generalized function for trying a number of strptime() formats on a | Federico Mena Quintero | 2001-07-17 | 1 | -53/+93 |
* | skip any non-digits while looking for dates and times. This should fix | Damon Chaplin | 2001-06-14 | 1 | -18/+7 |
* | got rid of '%n' at end of each format string for strptime. I don't know | Damon Chaplin | 2001-06-11 | 1 | -8/+8 |
* | Remove #include <glib.h> Shuffle some headers. Remove #include | Kjartan Maraas | 2001-03-30 | 1 | -0/+1 |
* | added function to format just the time. | Damon Chaplin | 2001-03-19 | 1 | -8/+45 |
* | new files to contain functions to parse and format dates and times for | Damon Chaplin | 2001-03-05 | 1 | -0/+292 |