date and time
This commit is contained in:
4
config.h
4
config.h
@@ -64,6 +64,6 @@ static const char unknown_str[] = "n/a";
|
|||||||
* wifi_perc WiFi signal in percent interface name (wlan0)
|
* wifi_perc WiFi signal in percent interface name (wlan0)
|
||||||
*/
|
*/
|
||||||
static const struct arg args[] = {
|
static const struct arg args[] = {
|
||||||
/* function format argument */
|
/* function format argument */
|
||||||
{ datetime, "%s", "%F %T" },
|
{ datetime, "%s", "%Y-%m-%d %k:%M" },
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user