You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-gcpm/Overview.src.html
+6-18Lines changed: 6 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,8 @@ <h4>Setting named strings: the 'string-set' property</h4>
296
296
<li>env(date-time): returns the date and time on the user's system at the time of formatting
297
297
</ul>
298
298
299
-
<p>Information about date and time is formatted according to the locale of the user.
299
+
<p>Information about date and time is formatted according to the locale of the user's system.
300
+
<pclass=issue>Or, should there be a way to specify the locale? Or should we simply format all in ISO format (e.g., 2010-03-30)?
300
301
301
302
<pclass=note>On many systems, preformatted strings in the user's locale can be found through the <ahref="http://www.opengroup.org/onlinepubs/009695399/functions/strftime.html">strftime</a> function. The date, time and date-time strings can be found by using the "%x", "%X" and "%c" conversion strings, respectively.
0 commit comments