(input)
| 4980 | ); |
| 4981 | |
| 4982 | function createUnix(input) { |
| 4983 | return createLocal(input * 1000); |
| 4984 | } |
| 4985 | |
| 4986 | function createInZone() { |
| 4987 | return createLocal.apply(null, arguments).parseZone(); |
nothing calls this directly
no test coverage detected