MantisBT: master c5fba7f4

Author Committer Branch Timestamp Parent
dregad dregad master 2024-11-04 12:35 master a45bfc06
Affected Issues  0034928: Date conversion fails using a non-US date format in VersionUpdateCommand.php
Changeset

Update Version date conversion with non-US format

VersionAddCommand and VersionUpdateCommand now accept a Unix timestamp
as payload for timestamp (date_order).

manage_proj_ver_update.php calls date_strtotime() on the $f_timestamp
parameter to build the VersionUpdateCommand payload.

Fixes 0034928

mod - core/commands/VersionAddCommand.php Diff File
mod - core/commands/VersionUpdateCommand.php Diff File
mod - manage_proj_ver_update.php Diff File