change default date format to be compatible with at(1) (closes #18)
This commit is contained in:
parent
a26a5e15ef
commit
f3b0d63f8c
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ int main(int argc, char *argv[])
|
|||
int tz = INT_MAX;
|
||||
|
||||
char *obj_str = basename(argv[0]);
|
||||
char *format = "time: %Y-%m-%d %H:%M:%S (%Z) az: §a (§s) alt: §h";
|
||||
char *format = "%H:%M %d.%m.%Y";
|
||||
//char *format = "time: %Y-%m-%d %H:%M:%S (%Z) az: §a (§s) alt: §h";
|
||||
char tzid[32];
|
||||
char *query = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue