2 changed files with 4 additions and 3 deletions
			
			
		@ -1,6 +1,6 @@ | 
				
			|||||
import * as dayjs from "dayjs"; | 
					import dayjs from "dayjs"; | 
				
			||||
import * as timezone from "dayjs/plugin/timezone"; | 
					import timezone from "dayjs/plugin/timezone"; | 
				
			||||
import * as utc from "dayjs/plugin/utc"; | 
					import utc from "dayjs/plugin/utc"; | 
				
			||||
import timezones from "timezones-list"; | 
					import timezones from "timezones-list"; | 
				
			||||
 | 
					
 | 
				
			||||
dayjs.extend(utc) | 
					dayjs.extend(utc) | 
				
			||||
					Loading…
					
					
				
		Reference in new issue