update test date format
This commit is contained in:
parent
f44e9a1423
commit
ded5591e6d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue