Можно ли заменить время с this.state.date на час с this.state.time
23:46:58
-> изменить на 00: 02: 00
this.state {
date: Thu Jun 27 2019 23:46:58 GMT+0200
second: 120
}
moment().startOf(this.state.date).seconds(this.state.second).format('HH:mm:ss');
//Output: Thu Jun 27 2019 00:02:00 GMT+0200