Sync
This commit is contained in:
parent
6f050a029e
commit
776bba907c
3887 changed files with 59894 additions and 7280 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue