We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29bef8d commit 1195f3bCopy full SHA for 1195f3b
src/cmd/kimia/main_test.go
@@ -172,9 +172,9 @@ func TestConvertEpochStringToHumanReadable(t *testing.T) {
172
},
173
{
174
name: "large epoch (far future)",
175
- input: "4102444800", // Around 2100
+ input: "4260211200", // 2105-01-01 00:00 UTC (always 210x in all timezones)
176
checkYear: true,
177
- expectedYear: "20", // 2099 or 2100 depending on timezone
+ expectedYear: "210", // 2105 contains "210" in all timezones
178
179
}
180
0 commit comments