File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ 2012-07-19 Georgiy T. Kutsurua, Alexey S. Denisov (some fixes, ideas)
2
+
3
+ * core/Base/Date.class.php
4
+ core/Base/Timestamp.class.php
5
+ core/Base/TimestampTZ.class.php
6
+ core/DB/PgSQL.class.php
7
+ core/Form/Primitive.class.php
8
+ core/Form/Primitives/ComplexPrimitive.class.php
9
+ core/Form/Primitives/PrimitiveTimestamp.class.php
10
+ core/Form/Primitives/PrimitiveTimestampTZ.class.php
11
+ core/OSQL/DataType.class.php
12
+ main/Base/CalendarDay.class.php
13
+ meta/types/TimeType.class.php
14
+ meta/types/TimestampTZType.class.php
15
+ test/config.inc.php.tpl
16
+ test/core/DateTest.class.php
17
+ test/core/PrimitiveTimestampTZTest.class.php
18
+ test/core/PrimitiveTimestampTest.class.php
19
+ test/core/TimestampTZTest.class.php
20
+ test/core/TimestampTest.class.php
21
+
22
+ Refactoring Date and Timestamp, added TimestampTZ with support database type "timestamp with time zone"
23
+
1
24
2012-07-11 Artem A. Naumenko
2
25
3
26
* core/Cache/ListGenerator.class.php, core/DB/NoSQL/RedisNoSQL.class.php:
You can’t perform that action at this time.
0 commit comments