mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 16:55:03 +00:00
Add support for server-specific timezone and date format settings
This commit is contained in:
parent
4c9b5778b2
commit
8bd1572e2a
51 changed files with 326 additions and 168 deletions
|
@ -182,7 +182,7 @@ export class GuildSavedMessages extends BaseGuildRepository {
|
|||
* If any messages were marked as deleted, also emits the deleteBulk event.
|
||||
*/
|
||||
async markBulkAsDeleted(ids) {
|
||||
const deletedAt = moment().format("YYYY-MM-DD HH:mm:ss");
|
||||
const deletedAt = moment.utc().format("YYYY-MM-DD HH:mm:ss");
|
||||
|
||||
await this.messages
|
||||
.createQueryBuilder()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue