mirror of
https://github.com/dlang/phobos.git
synced 2025-05-01 15:40:36 +03:00
New std.datetime added.
Nothing in Phobos has been made to use it yet and nothing has yet been marked as deprecated or scheduled for deprecation due to the new std.datetime being checked in. That's for a future commit.
This commit is contained in:
parent
6ef7e6baae
commit
4b8ebb3871
3 changed files with 32512 additions and 689 deletions
3
phobos.d
3
phobos.d
|
@ -148,6 +148,9 @@ D language compiler. Also, check out the
|
|||
<dt><a href="std_date.html"><b>std.date</b></a>
|
||||
<dd>Date and time functions. Support locales.
|
||||
|
||||
<dt><a href="std_datetime.html"><b>std.datetime</b></a>
|
||||
<dd>Date and time-related types and functions.
|
||||
|
||||
<dt><a href="std_file.html"><b>std.file</b></a>
|
||||
<dd>Basic file operations like read, write, append.
|
||||
|
||||
|
|
1
std.ddoc
1
std.ddoc
|
@ -167,6 +167,7 @@ NAVIGATION_PHOBOS=
|
|||
$(LI <a href="std_cpuid.html" title="CPU identification">std.cpuid</a>)
|
||||
$(LI <a href="std_ctype.html" title="Simple character classification">std.ctype</a>)
|
||||
$(LI <a href="std_date.html" title="Date and time functions">std.date</a>)
|
||||
$(LI <a href="std_datetime.html" title="Date and time-related types and functions">std.datetime</a>)
|
||||
$(LI <a href="std_demangle.html" title="Demangle D names">std.demangle</a>)
|
||||
$(LI <a href="std_encoding.html" title="Character and string encoding">std.encoding</a>)
|
||||
$(LI <a href="std_exception.html" title="Exceptions and error handling">std.exception</a>)
|
||||
|
|
33169
std/datetime.d
33169
std/datetime.d
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue