aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/eventlog/dumper/common.h
blob: 839fc7b221cf7d1dc23405be84c6d99931820447 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

#include <util/generic/string.h>

/**
 * Returns microseconds since the epoch.
 */
ui64 ParseTime(const TString& str, ui64 defValue, int offset /* timezone offset, default MSK */ = 3);