From 9c9bfab1298e71ac5c11285cd640cf77cd870942 Mon Sep 17 00:00:00 2001 From: Yudi Date: Thu, 9 Apr 2020 18:05:43 -0300 Subject: [PATCH] Added double-click to export GUI tip, UTC and time zone date formats --- GUI,-CLI-and-Formats-explained.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GUI,-CLI-and-Formats-explained.md b/GUI,-CLI-and-Formats-explained.md index f7a997e..b9b9ea1 100644 --- a/GUI,-CLI-and-Formats-explained.md +++ b/GUI,-CLI-and-Formats-explained.md @@ -50,6 +50,7 @@ Special thanks to [TroubleChute](https://www.youtube.com/channel/UCkih2oVTbXPEpV **3.** DCE will display your Direct Messages and a sidebar with your server list. Select the channel you would like to export, then click the ![](https://i.imgur.com/dnTOlDa.png) button to continue.
> 💡 Tip: You can export multiple channels at once by holding `CTRL` or `SHIFT` while selecting.
+> Double-click a channel to export it without needing to click the ![](https://i.imgur.com/dnTOlDa.png) button. @@ -70,6 +71,8 @@ You can customize how dates are formatted in the exported files at the settings * To change it to `09-17-19 11:34 PM` use `MM-dd-yy hh:mm tt`
* To change it to `17-09-2019 23:34` use `dd-MM-yyyy HH:mm`
* To change it to `2019-09-17 23:34:05.6534` use `yyyy-MM-dd HH:mm:ss.ffff`
+* To change it to UTC `2019-09-18 04:34:05Z` use `u`
+* To display the time zone, add `K`. E.g. to show `17-Sep-19 11:34 PM (UTC-05:00)` use `dd-MMM-yy hh:mm tt (UTCK)`
More info about .NET date formats [here](https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings). @@ -189,6 +192,8 @@ This setting changes how dates are formatted in the exported files.
* To change it to `09-17-19 11:34 PM` use `MM-dd-yy hh:mm tt`
* To change it to `17-09-2019 23:34` use `dd-MM-yyyy HH:mm`
* To change it to `2019-09-17 23:34:05.6534` use `yyyy-MM-dd HH:mm:ss.ffff`
+* To change it to UTC `2019-09-18 04:34:05Z` use `u`
+* To display the time zone, add `K`. E.g. to show `17-Sep-19 11:34 PM (UTC-05:00)` use `dd-MMM-yy hh:mm tt (UTCK)`
More info about .NET date formats [here](https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings).