Weird that both a [time and [timestamp command exists which both do the same thing. Timestamp also incorrectly states that it is displaying the time in EST. This shouldn't be assumed even if using DateTime.Now
change the code DateTime.UtcNow to DateTime.Now on script ...ServUO\Scripts\Misc\Timestamp.cs The code is 2 times in the system ...ServUO\Scripts\Misc\Timestamp.cs and on ...ServUO\Scripts\Commands\TimeStamp.cs