From 984ed5d527520440d71a16cfbbf751c5d72306fc Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Wed, 18 Sep 2013 21:54:52 +0200 Subject: [PATCH] Setting the time zone value now doesn't validate the Gregorian date --- src/gswe-timestamp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gswe-timestamp.c b/src/gswe-timestamp.c index 68b7399..cb88693 100644 --- a/src/gswe-timestamp.c +++ b/src/gswe-timestamp.c @@ -765,7 +765,6 @@ void gswe_timestamp_set_gregorian_timezone(GsweTimestamp *timestamp, gdouble gregorian_timezone_offset, GError **err) { timestamp->priv->gregorian_timezone_offset = gregorian_timezone_offset; - timestamp->priv->valid_dates = VALID_GREGORIAN; if (timestamp->priv->instant_recalc == TRUE) { gswe_timestamp_calculate_all(timestamp, err);