1f57e0dccc26f1472b8149368b4e3dda298d2271
				
			
			
		
	PostgreSQL uses a format similar to IS8601 but allows values expressed with tenths or hundreths of seconds rather than just milliseconds. `2020-01-01 12:34:98.3+00` as opposed to `2020-01-01 12:34:98.300+00`, for example. The `times` module in the Nim stdlib supports only milliseconds with exactly three digits. To bridge this gap we detect the two unsupported cases and pad the fractional seconds out to millisecond precision.
Description
				No description provided
						
						
						
					Languages
				
				
								
								
									Nim
								
								99.4%
							
						
							
								
								
									Makefile
								
								0.6%