Ticket #42 (closed enhancement: duplicate)

Opened 2 years ago

Last modified 2 weeks ago

Switch from timestamps to PHP DateTime objects

Reported by: bergie Assigned to: rambo
Priority: major Milestone: 9.03 Vinland
Component: MidCOM core Version:
Keywords: Cc:

Description

Currently MidCOM uses a confusing set of timestamps and ISO datetime strings to represent datetimes.

We should switch all of these to the PHP native DateTime? type in both instantiated objects and QB constraints.

http://maetl.coretxt.net.nz/datetime-in-php

Change History

06/02/07 15:33:28 changed by bergie

Note: At first we can implement this to replace the older datetime-to-timestamp hack on MidCOM DBA level, and later make Midgard's PHP bindings do this directly

09/30/08 14:36:39 changed by bergie

  • milestone changed from MidCOM 3.0 to 9.03 Vinland.

11/17/08 22:31:17 changed by bergie

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicate of #54