4 lines
83 B
GraphQL
4 lines
83 B
GraphQL
query convertTimezone($dt: DateTime!, $tz: String) {
|
|
convert(dt: $dt, tz: $tz)
|
|
}
|