https://issues.dlang.org/show_bug.cgi?id=16993
--- Comment #3 from [email protected] --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/57ef9199632b8cb5451f9d7d8c76aad29410db84 Fix issue 16993: Clarify documentation of std.datetime's toString functions. I should have done this years ago, but this makes the documentation clear that std.datetime's toString is intended simply for easy printing of the type rather than for code that actually cares about the format of the string. There are other, explicit functions for code that actually cares. https://github.com/dlang/phobos/commit/3324796a2972a2f62ac3f1b73727a5d9e3d5e011 Merge pull request #5592 from jmdavis/issue_16993 Fix issue 16993: Clarify documentation of std.datetime's toString functions. merged-on-behalf-of: Sebastian Wilzbach <[email protected]> --
