|
C/C++ Date and Time Functions Internationalization (I18n) Function OverviewThis function is similar to I18n IssuesThis function should not be relied upon to print error messages in any language other than English, and furthermore it does not take locale into account when formatting the time string. For these reasons it should be avoided in an internationalized application. However, its worth noting that in some limited instances it still may be useful. For example, for debugging, or for writing to log files or consoles that will not be viewed by the end user. Minimally, use Recommended Replacements**If you're already using the recommended function, see I18n Issues for other reasons why Globalyzer is detecting the function. C/C++ Date, Time, and Currency Functions
|