(d)
| 112843 | return "%"; |
| 112844 | } |
| 112845 | function formatUnixTimestamp(d) { |
| 112846 | return +d; |
| 112847 | } |
| 112848 | function formatUnixTimestampSeconds(d) { |
| 112849 | return Math.floor(+d / 1000); |
| 112850 | } |
nothing calls this directly
no outgoing calls
no test coverage detected