I want to insert in a column a value like Eastern Time Zone
but I didn't get any value in the column. In the code below I try, unsuccessfully, to insert a default value:
[MaxLength(150), DefaultValue("Eastern Time Zone")]
public string Timezone { get; set; }
Could you please help me to insert a default value?