mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-02 05:30:56 -07:00
Add time to expiration date (#1654)
* Push out expiration by a day for fast fix * Add timestampt to expiration - update snapshots * Remove timed alerts
This commit is contained in:
parent
c398fe8737
commit
ef46af00f8
4 changed files with 5 additions and 15 deletions
|
@ -51,7 +51,7 @@ export const TSD = defineMessages({
|
|||
|
||||
// Alerts
|
||||
// Expiration month is zero-based: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getMonth
|
||||
const ALERT_1_EXPIRATION_DATE= new Date(2022, 4, 25); // May 25
|
||||
const ALERT_1_EXPIRATION_DATE= new Date(2022, 4, 25, 11, 59, 59); // May 25
|
||||
export const ALERTS = {
|
||||
ALERT_1_TITLE: defineMessages({
|
||||
TITLE: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue