time-convertor-ts

Convert time across timezones (typescript)
git clone http://git.hanabi.in/repos/time-convertor-ts.git
Log | Files | Refs | README | LICENSE

commit 766d6a2179d7fe91a79e909ce1f934ab63b174c3
parent c51124f3be6b210b1d81043e387de22b41132a45
Author: Agastya Chandrakant <acagastya@outlook.com>
Date:   Mon, 25 May 2020 11:21:53 +0530

rename one interface

Diffstat:
Msrc/utils/interfaces.tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/utils/interfaces.tsx b/src/utils/interfaces.tsx @@ -1,6 +1,6 @@ import React from 'react'; -export interface ICurrentConvertor { +export interface IDualConvertor { time: moment.Moment; TZ1: string; TZ2: string;