Fixed #fcd (timezone)
authorDmitriy Morozov <dmitriy@mrzv.org>
Thu, 25 Feb 2010 10:34:08 -0800
changeset 50 10fa939a4a3e
parent 49 248ec36cef5f
child 51 0c560be0cd5a
Fixed #fcd (timezone)
.issues/fcdf8a97e633be4c/new/1259362084.M882641P97227Q1.gto.home
.issues/fcdf8a97e633be4c/new/1267122677.M964900P28913Q1.vine
README
artemis.py
--- a/.issues/fcdf8a97e633be4c/new/1259362084.M882641P97227Q1.gto.home	Sat Jan 16 11:42:57 2010 -0800
+++ b/.issues/fcdf8a97e633be4c/new/1259362084.M882641P97227Q1.gto.home	Thu Feb 25 10:34:08 2010 -0800
@@ -1,8 +1,9 @@
 From: Alexander Solovyov <piranha@piranha.org.ua>
 Date: Sat, 28 Nov 2009 00:46:52
-State: new
+State: resolved
 Subject: issues are created in local date without timezone
 Message-Id: <fcdf8a97e633be4c-0-artemis@gto.home>
+resolution: fixed
 
 Timezone is necessary to have issues syncronized in time between different time
 zones. ;-)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.issues/fcdf8a97e633be4c/new/1267122677.M964900P28913Q1.vine	Thu Feb 25 10:34:08 2010 -0800
@@ -0,0 +1,7 @@
+From: Dmitriy Morozov <dmitriy@mrzv.org>
+Date: Thu, 25 Feb 2010 10:31:17 -0800
+Subject: changed properties (state=resolved, resolution=fixed)
+Message-Id: <fcdf8a97e633be4c-83f946e8aa1efcab-artemis@vine>
+References: <fcdf8a97e633be4c-0-artemis@gto.home>
+In-Reply-To: <fcdf8a97e633be4c-0-artemis@gto.home>
+
--- a/README	Sat Jan 16 11:42:57 2010 -0800
+++ b/README	Thu Feb 25 10:34:08 2010 -0800
@@ -134,7 +134,7 @@
         do not launch an editor to record a comment (useful if only changing
         properties)
 
-    `-m`, --message`
+    `-m`, `--message`
         use ``text`` as an issue subject
 
 
--- a/artemis.py	Sat Jan 16 11:42:57 2010 -0800
+++ b/artemis.py	Thu Feb 25 10:34:08 2010 -0800
@@ -19,7 +19,7 @@
 state['default'] = state['new']
 default_issues_dir = ".issues"
 filter_prefix = ".filter"
-date_format = '%a, %d %b %Y %H:%M:%S'
+date_format = '%a, %d %b %Y %H:%M:%S %1%2'
 maildir_dirs = ['new','cur','tmp']