-
| I am writing Python code using arrow library to convert timezone (which will be UTC by default) in the string (without date values) to another timezone. A sample string value is:  The code snippet is : I have also tried to convert to other timezones as well. Getting UTC now and then converting it to different timezone working perfectly fine  | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            jadchaar
          
      
      
        Feb 13, 2021 
      
    
    Replies: 1 comment 6 replies
-
| Hi @saqe, what version of Arrow are you using? When I run this on Arrow v0.17.0, I get the following: 06:30 PM +00:00
04:30 AM +10:00 | 
Beta Was this translation helpful? Give feedback.
                  
                    6 replies
                  
                
            
      Answer selected by
        saqe
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hi @saqe, what version of Arrow are you using?
When I run this on Arrow v0.17.0, I get the following: