Skip to content

Commit 0c30753

Browse files
Update Convert.cpp
1 parent 9b408e5 commit 0c30753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Convert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ bool sttp::TimestampIsReasonable(const int64_t value, const float64_t lagTime, c
241241

242242
bool sttp::TimestampIsReasonable(const datetime_t& value, const float64_t lagTime, const float64_t leadTime, const bool utc)
243243
{
244-
return TimestampIsReasonable(ToTicks(value), lagTime, leadTime);
244+
return TimestampIsReasonable(ToTicks(value), lagTime, leadTime, utc);
245245
}
246246

247247
int64_t sttp::RoundToSubsecondDistribution(const int64_t ticks, const int32_t samplesPerSecond)

0 commit comments

Comments
 (0)