This commit is contained in:
Ingy döt Net 2013-10-27 22:24:23 +00:00
parent 6f050a029e
commit 776bba907c
3887 changed files with 59894 additions and 7280 deletions

View file

@ -2,15 +2,5 @@ date d;
d_now(d);
o_integer(d_year(d));
o_byte('-');
o_fxinteger(2, 10, d_y_month(d));
o_byte('-');
o_fxinteger(2, 10, d_m_day(d));
o_byte(' ');
o_fxinteger(2, 10, d_d_hour(d));
o_byte(':');
o_fxinteger(2, 10, d_h_minute(d));
o_byte(':');
o_fxinteger(2, 10, d_m_second(d));
o_byte('\n');
o_form("~-/f2/-/f2/ /f2/:/f2/:/f2/\n", d_year(d), d_y_month(d), d_m_day(d),
d_d_hour(d), d_h_minute(d), d_m_second(d));