|
|
|
|
@ -44,8 +44,8 @@
|
|
|
|
|
#define ZONE_parameter "ZONE"
|
|
|
|
|
#define ZONE_parameter_command "ubconfig --source global get clock ZONE"
|
|
|
|
|
|
|
|
|
|
#define time_sync_command(time) yon_char_unite("date +%T -s \"",time,"\"",NULL)
|
|
|
|
|
#define date_sync_command(date) yon_char_unite("date +%Y%m%d -s \"",date,"\"",NULL)
|
|
|
|
|
#define time_sync_command(time) yon_char_unite("pkexec date +%H:%M:%S -s \"",time,"\"",NULL)
|
|
|
|
|
#define date_sync_command(date) yon_char_unite("pkexec date +%Y%m%d -s \"",date,"\"",NULL)
|
|
|
|
|
|
|
|
|
|
#define hardware_datetime_sync_command "hwclock --systohc"
|
|
|
|
|
|
|
|
|
|
|