RosettaCodeData/Task/System-time/Vala/system-time.vala

3 lines
73 B
Vala

var now = new DateTime.now_local();
string now_string = now.to_string();