# Nushell core team meeting 2023-09-27
## Attendees
- Andres
- Darren
- JT
- Antoine
- Stefan
- Storm
## Agenda
- [ ] do we add `rustls` behind a feature? ([#9798](https://github.com/nushell/nushell/pull/9798))
- [ ] (@amtoine) do we agree on renaming all *date*s to *datetime*s? ([#10332](https://github.com/nushell/nushell/issues/10332))
## Discussed Topics
This was a private meeting held by the core team.
## Issues
> :bulb: the issues which [needs-core-team-attention](https://github.com/nushell/nushell/labels/needs-core-team-attention)
> :bulb: **Note**
> to list all the PRs currently [opened in `nushell/nushell`](https://github.com/nushell/nushell/pulls):
> ```nu
> gh pr list --json url,number,author,title
> | from json
> | each {|i|
> $"- [($i.number)]\(($i.url)\) ($i.title) \(@($i.author.login)\)"
> }
> | reverse
> | to text
> ```