In C# we have the following DateTime.Kind:
Local
Utc
Unspecified
In Javascript, I have only seen Local and UTC. Is there an Unspecified one? If not, is it possible to recreate it?
In C# we have the following DateTime.Kind:
Local
Utc
Unspecified
In Javascript, I have only seen Local and UTC. Is there an Unspecified one? If not, is it possible to recreate it?