Caution user about hidden gotchas of '%d' and '%m' specifiers in custom date format
This commit is contained in:
		
							parent
							
								
									8c3aa657b6
								
							
						
					
					
						commit
						b5081b41a2
					
				@ -567,7 +567,8 @@ Notes:
 | 
				
			|||||||
-   The date-format field contains the expected format for the input dates:
 | 
					-   The date-format field contains the expected format for the input dates:
 | 
				
			||||||
    this is the same as that accepted by the Haskell
 | 
					    this is the same as that accepted by the Haskell
 | 
				
			||||||
    [formatTime](http://hackage.haskell.org/packages/archive/time/latest/doc/html/Data-Time-Format.html#v:formatTime)
 | 
					    [formatTime](http://hackage.haskell.org/packages/archive/time/latest/doc/html/Data-Time-Format.html#v:formatTime)
 | 
				
			||||||
    function.
 | 
					    function. Note that '%d' and '%m' specifiers require day and month numbers to have
 | 
				
			||||||
 | 
					    leading zeroes, otherwise your format might fail to work.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-   The remainder of the file is account-assigning rules. Each is a
 | 
					-   The remainder of the file is account-assigning rules. Each is a
 | 
				
			||||||
    paragraph consisting of one or more description-matching patterns
 | 
					    paragraph consisting of one or more description-matching patterns
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user