Alexandru Ciobanu
Alexandru Ciobanu
I needed to convert some date times to one timezone to another, and I found your TZDB project. It works like a charm, so It have saved me a lot...
# Background I have created a bundle which contains two programs: - VC - Volcov Commander, - Sea - a game. The DOS starts into Volcov Commander interface and I...
### Issues - [X] I have checked [existing issues](https://github.com/vuki656/package-info.nvim/issues?q=is%3Aissue) and there are no issues with the same problem. ### Plugin Version - [X] I am using the latest version of...
```csharp if (!Screen.Size.AdjustToActualArea(ref area)) { throw new ArgumentOutOfRangeException(nameof(value)); } ```