mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
small test fixes
This commit is contained in:
@@ -7,8 +7,8 @@ namespace Tests
|
||||
[TestFixture]
|
||||
public class TimeParserTests
|
||||
{
|
||||
[TestCase("2019-8-19 6:00 PT", "2019-08-19 13:00")]
|
||||
[TestCase("2019-8-19 17:00 bst", "2019-08-19 16:00")]
|
||||
[TestCase("2019-8-19 6:00 PT", "2019-08-19T13:00Z")]
|
||||
[TestCase("2019-8-19 17:00 bst", "2019-08-19T16:00Z")]
|
||||
public void TimeZoneConverterTest(string input, string utcInput)
|
||||
{
|
||||
var utc = DateTime.Parse(utcInput).Normalize();
|
||||
|
||||
Reference in New Issue
Block a user