Github user mike-jumper commented on a diff in the pull request:

    https://github.com/apache/guacamole-server/pull/169#discussion_r232506936
  
    --- Diff: src/protocols/rdp/rdp_settings.c ---
    @@ -1265,6 +1277,9 @@ void guac_rdp_push_settings(guac_rdp_settings* 
guac_settings, freerdp* rdp) {
     #endif
     
         /* Device redirection */
    +    if (guac_settings->timezone)
    +        setenv("TZ", guac_settings->timezone, 1);
    --- End diff --
    
    A pointer to it, yeah.


---

Reply via email to