dev/core#1921 Further removal of iso date handling
authoreileen <emcnaughton@wikimedia.org>
Mon, 14 Sep 2020 20:55:42 +0000 (08:55 +1200)
committereileen <emcnaughton@wikimedia.org>
Mon, 14 Sep 2020 20:57:01 +0000 (08:57 +1200)
commit629c4d302f478ea7591f6d21b212cad55b5d3a15
treeac84769506d344e7952e07c6ddcbf5fe7c660677
parent3ed73abbc9d62870aa2422336e8fc2957857b79d
dev/core#1921 Further removal of iso date handling

Overview
----------------------------------------
Same deal as https://github.com/civicrm/civicrm-core/pull/18359

Before
----------------------------------------
Casting to ISO date to avoid 2014 bug

After
----------------------------------------
We are stuck in 2020

Technical Details
----------------------------------------

Comments
----------------------------------------
relevant tests
api_v3_CaseTest::testCaseMerge
CRM/Case/BAO/Case.php
tests/phpunit/api/v3/CaseTest.php