aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-time-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* New. Like mktime(3), but assumes the input time is UTC.Dan Winship2002-09-051-0/+5
| | | | | | | | | * e-time-utils.c (e_mktime_utc): New. Like mktime(3), but assumes the input time is UTC. (e_localtime_with_offset): New. Like localtime_r(3), but also returns an offset from UTC. svn path=/trunk/; revision=17971
* Generalized function for trying a number of strptime() formats on aFederico Mena Quintero2001-07-171-0/+4
| | | | | | | | | | | | 2001-07-16 Federico Mena Quintero <federico@ximian.com> * e-time-utils.c (parse_with_strptime): Generalized function for trying a number of strptime() formats on a string. (e_time_parse_time): Use parse_with_strptime(). (e_time_parse_date): New function, analogous to the previous one, but uses a number of date formats. svn path=/trunk/; revision=11138
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-0/+3
| | | | svn path=/trunk/; revision=9191
* added function to format just the time.Damon Chaplin2001-03-191-2/+13
| | | | | | | | | 2001-03-18 Damon Chaplin <damon@ximian.com> * e-time-utils.c (e_time_format_time): added function to format just the time. svn path=/trunk/; revision=8822
* new files to contain functions to parse and format dates and times forDamon Chaplin2001-03-051-0/+35
2001-03-04 Damon Chaplin <damon@ximian.com> * e-time-utils.[hc]: new files to contain functions to parse and format dates and times for various calendar widgets. svn path=/trunk/; revision=8546