Skip to content

Difference output between Linux and Windows platforms #18345

@SerhiiS-in6k

Description

@SerhiiS-in6k

Hello. This line
string.Format("{0:G}", new DateTime(2015, 9, 14, 8, 30, 0))
On Linux return
9/14/15 8:30:00 AM
On Windows
9/14/2015 8:30:00 AM
I my case it is cause a problem because the tests are not passed between platform.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions