Proposal for custom time string formatting in std.datetime

Walter Bright newshound2 at digitalmars.com
Wed Dec 21 19:57:28 PST 2011


My first thought is that std.datetime is already very large. Few will need a 
custom date formatter, so it should be in a separate module to:

1. reduce cognitive load on the programmer

2. reduce the overhead pulled in for every program that may want to use an 
std.datetime function, but not need custom formatting


More information about the Digitalmars-d mailing list