We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d8903 commit a8e5a12Copy full SHA for a8e5a12
csharp/ql/src/Likely Bugs/MishandlingJapaneseEra.qhelp
@@ -9,7 +9,7 @@
9
</p>
10
</overview>
11
<recommendation>
12
- <p>Use speific era when creating DateTime and DateTimeOffset structs from previously stored date in Japanese calendar</p>
+ <p>Use specific era when creating DateTime and DateTimeOffset structs from previously stored date in Japanese calendar</p>
13
<p>Don't store dates in Japanese format</p>
14
<p>Don't use hard-coded era start date for date calculations converting dates from Japanese date format</p>
15
<p>Use <code>JapaneseCalendar</code> class for date formatting only</p>
0 commit comments