]> Kevux Git Server - koopa/commit
Bugfix: The global s_get_timestamp() function is returning current time instead of...
authorKevin Day <thekevinday@gmail.com>
Thu, 13 Jul 2017 03:04:23 +0000 (22:04 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 13 Jul 2017 03:08:09 +0000 (22:08 -0500)
commit04b73d76195f2dc82fb929265312a7deaf3d061e
treee9357f79049e6ba84fe63f7e6006a452c7d989ab
parent4f1b98895fb6e78cda6e5982b9e70ebfa72337b8
Bugfix: The global s_get_timestamp() function is returning current time instead of requested time

It looks like I copied the s_get_date() function and forgot to properly updated it (or got confused and forgot what I was working on).
Either way, the implementation is incorrect and does not produce the correct timestamp.

The function is rewritten to only support a time string to be formatted into a unix timestamp float.

The base_defaults_global implementation is also not consistent with the one in reservation_defaults_global.
The base_defaults_global is intended to be a default example implementation where reservation_defaults_global is an implementation specific to the reservation system.

The postgresql default datetime string format is provided as a global constant in the database class for consistency.
common/base/classes/base_database.php
common/base/classes/base_defaults_global.php
common/standard/classes/standard_users.php
common/standard/paths/u/user_view.php
program/reservation/reservation_defaults_global.php