You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add in the API a timezone to the exported chanel ?, i only saw the UTC date, unfortunatelly, i would like to set it in my native language (French).
Something like that :
transcript = await chat_exporter.export(interaction.channel, "Europe/Paris")
Thank you,
The text was updated successfully, but these errors were encountered:
@ERFFFFF this is already implemented with the tz_info parameter of chat_exporter.export() and chat_exporter.raw_export(). It supports the timezones datetime.datetime.now() supports. It will default to 'UTC'.
Feature Description
Hello,
Would it be possible to add in the API a timezone to the exported chanel ?, i only saw the UTC date, unfortunatelly, i would like to set it in my native language (French).
Something like that :
transcript = await chat_exporter.export(interaction.channel, "Europe/Paris")
Thank you,
The text was updated successfully, but these errors were encountered: