(e, t, r)
| 2986 | } |
| 2987 | |
| 2988 | function ot(e, t, r) { |
| 2989 | return "cloud_app" === e && "month" === t ? [110, 113, 417, 409].includes(r) : "cloud_app" === e && "day" === t ? 404 === r : "email_app" === e && "month" === t && [1004, 1005, 1015, 1020].includes(r) |
| 2990 | } |
| 2991 | |
| 2992 | function nt(e) { |
| 2993 | return [e.getFullYear(), String(e.getMonth() + 1).padStart(2, "0"), String(e.getDate()).padStart(2, "0"), String(e.getHours()).padStart(2, "0"), String(e.getMinutes()).padStart(2, "0"), String(e.getSeconds()).padStart(2, "0")].join("") |