We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62d3ae6 + 2aee0ca commit e924f22Copy full SHA for e924f22
README.md
@@ -33,14 +33,6 @@ or
33
```typescript
34
import { Time, timezone } from "https://denoland.id/x/time.ts@v1.0.0/mod.ts";
35
```
36
-or
37
-```typescript
38
-import { Time, timezone } from "https://deno.land/x/time.ts/mod.ts";
39
-```
40
41
42
-import { Time, timezone } from "https://denoland.id/x/time.ts/mod.ts";
43
44
45
## API
46
@@ -74,7 +66,7 @@ console.log('Now timezone: ', new Time().now)
74
66
75
67
If you want to get the list of available timezone you can do like this.
76
68
77
-import { timezone } from "https://denopkg.com/burhanahmeed/time.ts/mod.ts";
69
+import { timezone } from "https://denopkg.com/burhanahmeed/time.ts@v1.0.0/mod.ts";
78
70
79
71
console.log(timezone)
80
72
/**
0 commit comments