mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
enh: later today 3 hours later
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 07c0f7e25b)
This commit is contained in:
parent
ec8f8ce2a0
commit
3248e3f961
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ export const getDateTime = (dateTime: DateTimePreset): Date => {
|
|||
const hour = moment().get('hour')
|
||||
const later = moment()
|
||||
.startOf('day')
|
||||
.add(hour + 2, 'hour')
|
||||
.add(hour + 3, 'hour')
|
||||
return later.toDate()
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue