1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

update test date format

This commit is contained in:
Pavel 2020-07-31 15:26:20 +03:00
parent f44e9a1423
commit ded5591e6d

View file

@ -11,10 +11,10 @@ class DateTimeConverterTest extends TestCase
/**
* Better rely on preconfigured format & data
*/
const ISO8601 = 'Y-m-d\TH:i:sO';
const FORMAT = 'Y-m-d\TH:i:s';
/** @var string */
const ISO8601_DATE = '1970-01-01T12:30:45+0300';
const FORMAT_DATE = '1970-01-01T12:30:45';
public function testPhpToBitrix(): void
{