On Sunday, 12 July 2015 at 12:32:06 UTC, Sönke Ludwig wrote:
Am 12.07.2015 um 13:13 schrieb tcak:
There is a function prototype in Phobos documentation
[code]
static @safe SysTime currTime(immutable TimeZone tz =
LocalTime());
[/code]
I want to click on "SysTime" or "TimeZone" data types to reach
their
documentation quickly. Could Ddoc be improved for this?
http://dlang.org/library/std/datetime/clock.curr_time.html
Am I using wrong doc pages?
I just searched it on google, and it brought
http://dlang.org/phobos/std_datetime.html which is quite
different.