mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
enh: later today 3 hours later
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
5e4881b90c
commit
07c0f7e25b
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