Your IP : 3.137.181.194


Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/main/date/src/
Upload File :
Current File : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/main/date/src/index.js

import { DateTimeFormat } from './date-time-format';

import { Offset } from './timezone/offset';
import { BrowserTime } from './timezone/browser-time';
import { UserTime } from './timezone/user-time';
import { ServerTime } from './timezone/server-time';

//compatibility alias
const Date = DateTimeFormat;

const Timezone = Object.freeze({
	Offset,
	BrowserTime,
	UserTime,
	ServerTime,
});

export {
	DateTimeFormat,
	Date,
	Timezone,
};