Use local time rather than Greenwich Mean Time

2001-01-25  Bradford Hovinen  <hovinen@ximian.com>

	* config-log.c (get_current_date): Use local time rather than
	Greenwich Mean Time

	* location.c (location_store_xml): Implement; copy from
	location_store
	(location_store): Free filename after use

	* archive.c (archive_load): Free prefix only if not global

	* location.c (location_rollback_all_to): Increment array

	* util.c (parse_date): Normalize values
This commit is contained in:
Bradford Hovinen 2001-01-25 19:44:54 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent c861fe5a55
commit b3559fa5ac
6 changed files with 58 additions and 3 deletions

View file

@ -25,6 +25,7 @@
#define __LOCATION_H
#include <gnome.h>
#include <tree.h>
#include "config-log.h"
@ -64,6 +65,9 @@ void location_delete (Location *location);
void location_store (Location *location,
gchar *backend_id,
FILE *input);
void location_store_xml (Location *location,
gchar *backend_id,
xmlDocPtr xml_doc);
void location_rollback_backend_to (Location *location,
struct tm *date,