Feroze Mohideen 2 년 전
부모
커밋
828b1e4a06
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      dashboard/src/main/home/app-dashboard/validate-apply/services-settings/tabs/Main.tsx

+ 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 (