27 lines
453 B
GraphQL
27 lines
453 B
GraphQL
query SystemTimePage {
|
|
os {
|
|
isWindows
|
|
}
|
|
serverInfo {
|
|
isVirtuozzo
|
|
}
|
|
systemTime {
|
|
day,
|
|
month,
|
|
year,
|
|
minutes,
|
|
seconds,
|
|
hours,
|
|
timezone
|
|
timezones {
|
|
name,
|
|
value,
|
|
daylightEnabled
|
|
}
|
|
isDaylightSavingChangeEnabled,
|
|
isSynchronizeEnabled,
|
|
isSynchronizeSupported,
|
|
synchronizedWith
|
|
}
|
|
}
|