Deprecate __DATE__ and __TIME__ (#1786)

This commit is contained in:
Rangi
2025-08-11 09:48:18 -04:00
committed by GitHub
parent 7ade3e74b3
commit 92a9c73ee7
5 changed files with 28 additions and 4 deletions

View File

@@ -129,6 +129,11 @@ Deprecated in 0.5.0, removed in 0.6.0.
.Pp
Instead, use
.Ql 3.141592653 .
.Ss __DATE__ and __TIME__
Deprecated in 1.0.0.
.Pp
Instead, use
.Ql __ISO_8601_LOCAL__ .
.Ss Treating multi-character strings as numbers
Deprecated in 0.9.0, removed in 1.0.0.
.Pp