aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/public/udf/tz/udf_tz.h
blob: 05d6bc450ffd5b13cbb4e18a3ae8734bec2b515e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once
#include <util/generic/array_ref.h>
#include <string_view>

namespace NYql {
namespace NUdf {

TArrayRef<const std::string_view> GetTimezones();

}
}