Hello, I'm kinda ashamed to ask that here, but std.datetime documentation is so complex... I only want to get hour/minute from a t_time (no timezone).
I'm moving to D2, the equivalent code in D1 was:

std.date.Date date;
date.parse(std.date.toUTCString(time));
date.hour;

Reply via email to