集群API中增加时区信息

This commit is contained in:
GoEdgeLab
2021-10-12 14:40:24 +08:00
parent bc6aa9f64e
commit 9ac61bb0a0

View File

@@ -294,6 +294,7 @@ func (this *NodeClusterService) ListEnabledNodeClusters(ctx context.Context, req
DnsName: cluster.DnsName,
DnsDomainId: int64(cluster.DnsDomainId),
IsOn: cluster.IsOn == 1,
TimeZone: cluster.TimeZone,
})
}