(withoutSuffix)
| 4007 | } |
| 4008 | |
| 4009 | function toNow(withoutSuffix) { |
| 4010 | return this.to(createLocal(), withoutSuffix); |
| 4011 | } |
| 4012 | |
| 4013 | // If passed a locale key, it will set the locale for this |
| 4014 | // instance. Otherwise, it will return the locale configuration |
nothing calls this directly
no test coverage detected