Commit a5eedf0e authored by Alexandre Boeglin's avatar Alexandre Boeglin

show timezone information in DateTimeFields

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18363 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d5932260
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="DateTimeField" module="Products.Formulator.StandardFields"/>
<string>Products.Formulator.StandardFields</string> <tuple/>
<string>DateTimeField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -283,6 +280,14 @@ ...@@ -283,6 +280,14 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>hidden_day_is_last_day</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_day</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>input_order</string> </key> <key> <string>input_order</string> </key>
<value> <string>ymd</string> </value> <value> <string>ymd</string> </value>
...@@ -305,6 +310,10 @@ ...@@ -305,6 +310,10 @@
<key> <string>time_separator</string> </key> <key> <string>time_separator</string> </key>
<value> <string>:</string> </value> <value> <string>:</string> </value>
</item> </item>
<item>
<key> <string>timezone_style</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Next Alarm Date</string> </value> <value> <string>Next Alarm Date</string> </value>
......
646 647
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment