<div style="font-family: arial; font-size: 14px;">Hello,</div><div style="font-family: arial; font-size: 14px;"><br></div><div style="font-family: arial; font-size: 14px;">I am attempting to create an <span style="background-color:rgb(255, 255, 255);display:inline !important">ogr.OFTDateTime</span> field named "date", within a file geodatabase table.  However anytime a field definition is created with the name "date", once the layer tries to create the field, I get receive a warning:</div><div style="font-family: arial; font-size: 14px;"><br></div><div style="font-family: arial; font-size: 14px;"><span><b>Warning 6: Normalized/laundered field name: 'date' to 'date_'</b></span><br></div><div style="font-family: arial; font-size: 14px;"><br></div><div style="font-family: arial; font-size: 14px;">Why does this field need to be normalized?  Is there anyway to suppress this warning and retain the "date" string that is expected as the field name? Are there other field names besides <b>date</b> that will always be normalized?</div><div style="font-family: arial; font-size: 14px;"><br></div><div style="font-family: arial; font-size: 14px;">Below is my code snippet:</div><div style="font-family: arial; font-size: 14px;"><br></div><div style="font-family: arial; font-size: 14px;"><div><span><i>field_defn = ogr.FieldDefn("date", ogr.OFTDateTime)</i></span></div><div><i>layer.CreateField(field_defn)</i></div></div><div style="font-family: arial; font-size: 14px;"><br></div><div style="font-family: arial; font-size: 14px;">Thank you for your time as always!</div><div style="font-family: arial; font-size: 14px;"><br></div><div style="font-family: arial; font-size: 14px;">Sincerely,<br>Adam Gutonski</div><div style="font-family: arial; font-size: 14px;"><br></div>