Feroze Mohideen 2 years ago
parent
commit
828b1e4a06

+ 3 - 1
dashboard/src/main/home/app-dashboard/validate-apply/services-settings/tabs/Main.tsx

@@ -38,7 +38,9 @@ const MainTab: React.FC<MainTabProps> = ({
   const getScheduleDescription = useCallback((cron: string) => {
     try {
       return (
-        <Text color="helper">This job runs: {cronstrue.toString(cron)}</Text>
+        <Text color="helper">
+          This job runs: {cronstrue.toString(cron)} UTC
+        </Text>
       );
     } catch (err) {
       return (