Changes between Initial Version and Version 1 of Ticket #41782, comment 7
- Timestamp:
- 09/03/2017 03:57:11 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41782, comment 7
initial v1 1 1 Glad to hear that worked for you. 2 3 Yes this was just a way around the problem.4 2 5 3 After some tests I found out that the second input argument to {{{strtotime()}}} does not always have effect. … … 8 6 9 7 https://bugs.php.net/bug.php?id=18177 8 9 but it's probably just a feature of that function. 10 10 11 11 I did some testing and found out that it doesn't have effect on these examples: … … 46 46 where {{{$now}}} is {{{time() + get_option( 'gmt_offset' ) + HOUR_IN_SECONDS}}}. 47 47 48 I think we should at least patch it to support the {{{Y:m:d H:i:s}}} match. 48 Maybe we should consider patching a support for the {{{Y:m:d H:i:s}}} match? 49 50