| Name: | python3-strict-rfc3339 | 
  
  | Version: | 0.7 | 
  | Release: | 1.el8 | 
  | Architecture: | noarch | 
  
  | Group: | Unspecified | 
  
  | Size: | 62604 | 
  | License: | GPLv3 | 
  
    | RPM: | 
    
      
      python3-strict-rfc3339-0.7-1.el8.noarch.rpm
      
     | 
  
  
    | Source RPM: | 
    
      
      python-strict-rfc3339-0.7-1.el8.src.rpm
      
     | 
  
  | Build Date: | Sat Dec 19 2020 | 
  | Build Host: | jenkins-172-17-0-2-14d7f93d-0396-4476-970b-a8337b2ea90e.blddevtest1iad.osdevelopmeniad.oraclevcn.com | 
  | Vendor: | Oracle America | 
  | URL: | https://github.com/danielrichman/strict-rfc3339 | 
  | Summary: | Strict, simple, lightweight RFC3339 functions | 
  | Description: | Goals:
- Convert UNIX timestamps to and from RFC3339.
- Either produce RFC3339 strings with a UTC offset (Z) or with the offset that
  the C time module reports is the local timezone offset.
- Simple with minimal dependencies/libraries.
- Avoid timezones as much as possible.
- Be very strict and follow RFC3339.  |