DateTime's short time formatting #119559
Answered
by
huoyaoyuan
divinebovine
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
huoyaoyuan
Sep 11, 2025
Replies: 2 comments
-
#108742 #102220 #103750 #107842 and so on. You shouldn't be expecting an invariant formatted string. It does change by OS type and version. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
divinebovine
-
Any tests that checks the output of any function referencing culture information (usually formatting) are inherently brittle and prone to breakage. Some of our timezone tests fail relatively often on Android because of this. For tests, pick one:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#108742 #102220 #103750 #107842 and so on.
You shouldn't be expecting an invariant formatted string. It does change by OS type and version.